Spaces:
Paused
Paused
Update app.py
Browse files
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=
|
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()
|