berrkkaayy commited on
Commit
a40bea2
1 Parent(s): 4aedf3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ def tts(text):
20
 
21
  outputs = gr.Audio(type="filepath", label="Output Audio")
22
 
23
- demo = gr.Interface(fn=tts, inputs=gr.inputs.Textbox(placeholder="Lütfen Cümle Giriniz...", lines=5), outputs=outputs)
24
 
25
  demo.launch()
 
20
 
21
  outputs = gr.Audio(type="filepath", label="Output Audio")
22
 
23
+ demo = gr.Interface(fn=tts, inputs=gr.inputs.Textbox(placeholder="Lütfen Cümle Giriniz..", lines=5), outputs=outputs)
24
 
25
  demo.launch()