Flux9665 commited on
Commit
54d59fc
1 Parent(s): c07eff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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",