Spaces:
Build error
Build error
Commit
·
9035ca2
1
Parent(s):
afc0e12
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def process_images_and_statements(image, file_name):
|
|
110 |
|
111 |
# Gradio interface with File input to receive both the image and the file name
|
112 |
#image_input = gr.inputs.File(type="image", label="Upload Image")
|
113 |
-
image_input = gr.inputs.
|
114 |
output_df = gr.outputs.Dataframe(type="pandas", label="Results")
|
115 |
output_csv = gr.outputs.File(label="Download CSV")
|
116 |
|
|
|
110 |
|
111 |
# Gradio interface with File input to receive both the image and the file name
|
112 |
#image_input = gr.inputs.File(type="image", label="Upload Image")
|
113 |
+
image_input = gr.inputs.Image(label="Upload Images", multiple=True)
|
114 |
output_df = gr.outputs.Dataframe(type="pandas", label="Results")
|
115 |
output_csv = gr.outputs.File(label="Download CSV")
|
116 |
|