khursani8 commited on
Commit
7ee4e24
1 Parent(s): e863ae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ iface = gr.Interface(
22
  ],
23
  outputs=[gr.Audio(type="numpy", label="Generated Speech")],
24
  title="TTS Generation",
25
- description="Beta version for https://github.com/khursani8/teeteeass\nStill need to add more phonemes, hope can finish before Godam Sahur end.\n\nTrained 19 speakers for now, will add around 100+ more male and female. First inference it will download the model which might slow at first\n\nAppreciate some feedback and bug report especially pronounciation bug to https://github.com/khursani8/teeteeass/issues/new"
26
  )
27
 
28
  # Run the Gradio app
 
22
  ],
23
  outputs=[gr.Audio(type="numpy", label="Generated Speech")],
24
  title="TTS Generation",
25
+ description="Beta version for https://github.com/khursani8/teeteeass\nStill need to add more phonemes, hope can finish before Godam Sahur end.\n\nTrained 50+ speakers for now, will add around 100+ more male and female with Malaysian tongue. First inference it will download the model which might slow at first\n\nAppreciate some feedback and bug report especially pronounciation bug to https://github.com/khursani8/teeteeass/issues/new"
26
  )
27
 
28
  # Run the Gradio app