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