Update app.py
Browse files
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 |
|