Spaces:
Runtime error
Runtime error
Commit
·
5de39f1
1
Parent(s):
34abd19
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ image_input = gr.inputs.Image()
|
|
67 |
output = gr.outputs.Textbox(label="Results")
|
68 |
|
69 |
iface = gr.Interface(fn=process_images_and_statements, inputs=image_input, outputs=output, title="Image Captioning and Image-Text Matching")
|
70 |
-
iface.launch()
|
|
|
67 |
output = gr.outputs.Textbox(label="Results")
|
68 |
|
69 |
iface = gr.Interface(fn=process_images_and_statements, inputs=image_input, outputs=output, title="Image Captioning and Image-Text Matching")
|
70 |
+
iface.launch()
|