Flux9665 commited on
Commit
04068f1
β€’
1 Parent(s): e8725cc

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="",
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="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,