MihaiHuggingFace commited on
Commit
3671108
·
verified ·
1 Parent(s): 5d116f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ class TTSWebUI:
15
  def __init__(self,
16
  gpu_id="cpu",
17
  title="Controllable Text-to-Speech for over 7000 Languages",
18
- 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>",
19
  tts_model_path=None,
20
  vocoder_model_path=None,
21
  embedding_gan_path=None,
 
15
  def __init__(self,
16
  gpu_id="cpu",
17
  title="Controllable Text-to-Speech for over 7000 Languages",
18
+ article="This is running using CPU. <br>",
19
  tts_model_path=None,
20
  vocoder_model_path=None,
21
  embedding_gan_path=None,