SAUL19 commited on
Commit
b797bd7
·
1 Parent(s): b5f38ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -100,6 +100,5 @@ def generateAudio(text_to_audio, s3_save_as):
100
  return s3_save_as
101
 
102
 
103
- iface = gr.Interface(fn=generateAudio, inputs=[Textbox(label="text_to_audio"), Textbox(label="
104
- ")], outputs="text")
105
  iface.launch()
 
100
  return s3_save_as
101
 
102
 
103
+ iface = gr.Interface(fn=generateAudio, inputs=[Textbox(label="text_to_audio"), Textbox(label="")], outputs="text")
 
104
  iface.launch()