iamrobotbear commited on
Commit
0b76391
·
1 Parent(s): c19e7bb

trying to include image name in the csv still

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(type="pandas", label="Results")
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(