Spaces:
Build error
Build error
Commit
·
44eb5f9
1
Parent(s):
3957882
dataframes are hard, ok?
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def process_images_and_statements(image):
|
|
123 |
|
124 |
# Gradio interface
|
125 |
image_input = gr.inputs.Image()
|
126 |
-
output = gr.outputs.
|
127 |
|
128 |
iface = gr.Interface(fn=process_images_and_statements, inputs=image_input, outputs=output, title="Image Captioning and Image-Text Matching")
|
129 |
iface.launch()
|
|
|
123 |
|
124 |
# Gradio interface
|
125 |
image_input = gr.inputs.Image()
|
126 |
+
output = gr.outputs.Dataframe(type="pandas", label="Results")
|
127 |
|
128 |
iface = gr.Interface(fn=process_images_and_statements, inputs=image_input, outputs=output, title="Image Captioning and Image-Text Matching")
|
129 |
iface.launch()
|