Spaces:
Build error
Build error
Commit
·
0b76391
1
Parent(s):
c19e7bb
trying to include image name in the csv still
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ iface = gr.Interface(
|
|
77 |
|
78 |
# Gradio interface with Image input to receive an image and its file name
|
79 |
image_input = gr.inputs.Image(label="Upload Image", image_mode='RGB', source="upload")
|
80 |
-
output_df = gr.outputs.Dataframe(
|
81 |
output_csv = gr.outputs.File(label="Download CSV")
|
82 |
|
83 |
iface = gr.Interface(
|
|
|
77 |
|
78 |
# Gradio interface with Image input to receive an image and its file name
|
79 |
image_input = gr.inputs.Image(label="Upload Image", image_mode='RGB', source="upload")
|
80 |
+
output_df = gr.outputs.Dataframe(label="Results") # Corrected syntax
|
81 |
output_csv = gr.outputs.File(label="Download CSV")
|
82 |
|
83 |
iface = gr.Interface(
|