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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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! \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,
 
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,