SandraCLV commited on
Commit
c47375f
·
1 Parent(s): 57714f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(fn=image_to_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