Flux9665 commited on
Commit
d619292
1 Parent(s): fe7c793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ 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
+ max_length=400)],
22
  outputs=[gr.Audio(type="numpy", label="Speech")],
23
  title="Simplistic Stochastic Speech Synthesis with ToucanTTS",
24
  theme="default",