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

Update app.py

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