RakanAlsheraiwi commited on
Commit
b97f088
1 Parent(s): 4b5d5ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ image_interface = gr.Interface(
78
  inputs=gr.Image(type="pil", label="Upload Image"),
79
  outputs=[gr.Image(type="pil"), gr.Dataframe(label="Object Counts")],
80
  title="Object Detection for Images",
81
- description="Upload an image to see the objects detected and their counts."
82
  gr.Examples(['assets/MessiVsAlhilal.jpg', 'assets/Manhattan002_0.webp'], inputs=input_image)
83
 
84
  )
 
78
  inputs=gr.Image(type="pil", label="Upload Image"),
79
  outputs=[gr.Image(type="pil"), gr.Dataframe(label="Object Counts")],
80
  title="Object Detection for Images",
81
+ description="Upload an image to see the objects detected and their counts.",
82
  gr.Examples(['assets/MessiVsAlhilal.jpg', 'assets/Manhattan002_0.webp'], inputs=input_image)
83
 
84
  )