Flux9665 commited on
Commit
2d8eff7
·
verified ·
1 Parent(s): f828b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="To get the code, models, 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,7 +57,7 @@ class TTSWebUI:
57
  title=title,
58
  theme="default",
59
  allow_flagging="never",
60
- article=article)
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,