Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +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 |
-
max_length=400)],
|
22 |
outputs=[gr.Audio(type="numpy", label="Speech")],
|
23 |
title="Simplistic Stochastic Speech Synthesis with ToucanTTS",
|
24 |
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",
|