Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def image_to_audio(input_image):
|
|
33 |
iface = gr.Interface(
|
34 |
fn=image_to_audio,
|
35 |
inputs=gr.Image(type='pil'),
|
36 |
-
outputs=[gr.Textbox(), gr.Audio(
|
37 |
live=True,
|
38 |
interpretation="default",
|
39 |
capture_session=True
|
|
|
33 |
iface = gr.Interface(
|
34 |
fn=image_to_audio,
|
35 |
inputs=gr.Image(type='pil'),
|
36 |
+
outputs=[gr.Textbox(), gr.Audio()],
|
37 |
live=True,
|
38 |
interpretation="default",
|
39 |
capture_session=True
|