Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ class TTSWebUI:
|
|
12 |
def __init__(self,
|
13 |
gpu_id="cpu",
|
14 |
title="Controllable Text-to-Speech for over 7000 Languages",
|
15 |
-
article="The biggest thank you to Hugging Face🤗 for sponsoring the GPU for this space!
|
16 |
tts_model_path=None,
|
17 |
vocoder_model_path=None,
|
18 |
embedding_gan_path=None,
|
|
|
12 |
def __init__(self,
|
13 |
gpu_id="cpu",
|
14 |
title="Controllable Text-to-Speech for over 7000 Languages",
|
15 |
+
article="The biggest thank you to Hugging Face🤗 for sponsoring the GPU for this space! <br> To get the code, models, additional features, and more information, check out our toolkit: https://github.com/DigitalPhonetics/IMS-Toucan <br>",
|
16 |
tts_model_path=None,
|
17 |
vocoder_model_path=None,
|
18 |
embedding_gan_path=None,
|