Spaces:
Runtime error
Runtime error
iricardoxd
commited on
Commit
•
d896edd
1
Parent(s):
0a1e89c
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,6 @@ inputs = [gr.Textbox(label="Input", value=CoquiTTS.langs["en"]["sentence"], max_
|
|
14 |
gr.Radio(label="Language", choices=LANGUAGES, value="en")]
|
15 |
outputs = gr.Audio(label="Output")
|
16 |
|
17 |
-
demo = gr.Interface(fn=tts, inputs=inputs, outputs=outputs
|
18 |
|
19 |
demo.launch()
|
|
|
14 |
gr.Radio(label="Language", choices=LANGUAGES, value="en")]
|
15 |
outputs = gr.Audio(label="Output")
|
16 |
|
17 |
+
demo = gr.Interface(fn=tts, inputs=inputs, outputs=outputs)#, css="footer {visibility: hidden}"
|
18 |
|
19 |
demo.launch()
|