Spaces:
Runtime error
Runtime error
add link to demo page with pregenerated demos
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ class TTS_Interface:
|
|
100 |
|
101 |
|
102 |
meta_model = TTS_Interface()
|
103 |
-
article = "<p style='text-align: left'>This is still a work in progress, models will be exchanged for better ones as soon as they are done. All of those languages are spoken by a single model. Speakers can be transferred across languages. More languages will be added soon.</p><p style='text-align: center'><a href='https://github.com/DigitalPhonetics/IMS-Toucan' target='_blank'>Click here to learn more about the IMS Toucan Speech Synthesis Toolkit</a></p>"
|
104 |
|
105 |
iface = gr.Interface(fn=meta_model.read,
|
106 |
inputs=[gr.inputs.Textbox(lines=2,
|
|
|
100 |
|
101 |
|
102 |
meta_model = TTS_Interface()
|
103 |
+
article = "<p style='text-align: left'>This is still a work in progress, models will be exchanged for better ones as soon as they are done. All of those languages are spoken by a single model. Speakers can be transferred across languages. More languages will be added soon. If you just want to listen to some pregenerated audios <a href='https://multilingualtoucan.github.io/' target='_blank'>click here.</a></p><p style='text-align: center'><a href='https://github.com/DigitalPhonetics/IMS-Toucan' target='_blank'>Click here to learn more about the IMS Toucan Speech Synthesis Toolkit</a></p>"
|
104 |
|
105 |
iface = gr.Interface(fn=meta_model.read,
|
106 |
inputs=[gr.inputs.Textbox(lines=2,
|