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="
|
16 |
tts_model_path=None,
|
17 |
vocoder_model_path=None,
|
18 |
embedding_gan_path=None,
|
@@ -57,7 +57,7 @@ class TTSWebUI:
|
|
57 |
title=title,
|
58 |
theme="default",
|
59 |
allow_flagging="never",
|
60 |
-
|
61 |
self.iface.launch()
|
62 |
|
63 |
def read(self,
|
|
|
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! \nTo get the code, models, additional features, and more information, check out our toolkit: https://github.com/DigitalPhonetics/IMS-Toucan",
|
16 |
tts_model_path=None,
|
17 |
vocoder_model_path=None,
|
18 |
embedding_gan_path=None,
|
|
|
57 |
title=title,
|
58 |
theme="default",
|
59 |
allow_flagging="never",
|
60 |
+
description=article)
|
61 |
self.iface.launch()
|
62 |
|
63 |
def read(self,
|