SAUL19 commited on
Commit
7cb8673
·
1 Parent(s): 7548dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,5 +79,5 @@ def generateAudio(text_to_audio, s3_save_as):
79
 
80
  return f"Saved {output_filename}"
81
 
82
- iface = gr.Interface(fn=text_to_image, inputs=[Textbox(label="text_to_audio"), Textbox(label="s3_save_as")], outputs="text")
83
  iface.launch()
 
79
 
80
  return f"Saved {output_filename}"
81
 
82
+ iface = gr.Interface(fn=generateAudio, inputs=[Textbox(label="text_to_audio"), Textbox(label="s3_save_as")], outputs="text")
83
  iface.launch()