Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ iface = gr.Interface(fn=read,
|
|
| 17 |
inputs=[gr.Textbox(lines=2,
|
| 18 |
placeholder="write what you want the synthesis to read here...",
|
| 19 |
value="What I cannot create, I do not understand.",
|
| 20 |
-
label="Text input"],
|
| 21 |
outputs=[gr.Audio(type="numpy", label="Speech")],
|
| 22 |
title="Simplistic Stochastic Speech Synthesis with ToucanTTS",
|
| 23 |
theme="default",
|
|
|
|
| 17 |
inputs=[gr.Textbox(lines=2,
|
| 18 |
placeholder="write what you want the synthesis to read here...",
|
| 19 |
value="What I cannot create, I do not understand.",
|
| 20 |
+
label="Text input")],
|
| 21 |
outputs=[gr.Audio(type="numpy", label="Speech")],
|
| 22 |
title="Simplistic Stochastic Speech Synthesis with ToucanTTS",
|
| 23 |
theme="default",
|