Spaces:
Running
Running
RakanAlsheraiwi
commited on
Commit
•
4b5d5ef
1
Parent(s):
b0cd7ce
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,8 @@ image_interface = gr.Interface(
|
|
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 |
)
|
83 |
|
84 |
video_interface = gr.Interface(
|
|
|
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 |
)
|
85 |
|
86 |
video_interface = gr.Interface(
|