Walid-Ahmed commited on
Commit
3ffa3d6
·
verified ·
1 Parent(s): 7d6946d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def process_image(image):
66
  iface = gr.Interface(
67
  fn=process_image,
68
  inputs=gr.Image(type="pil"),
69
- outputs=[gr.Textbox(label="Generated Caption"), gr.Audio(label="Generated Audio", type="filepath")]
70
  examples=example_images
71
  )
72
 
 
66
  iface = gr.Interface(
67
  fn=process_image,
68
  inputs=gr.Image(type="pil"),
69
+ outputs=[gr.Textbox(label="Generated Caption"), gr.Audio(label="Generated Audio", type="filepath")],
70
  examples=example_images
71
  )
72