Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ demo = gr.Interface(
|
|
223 |
description="Upload an image or video to detect objects using DINO-X. You can modify the detection prompt to specify what objects to look for.",
|
224 |
examples=[
|
225 |
["assets/demo.png", TEXT_PROMPT],
|
226 |
-
["assets/demo.mp4",
|
227 |
],
|
228 |
cache_examples=True
|
229 |
)
|
|
|
223 |
description="Upload an image or video to detect objects using DINO-X. You can modify the detection prompt to specify what objects to look for.",
|
224 |
examples=[
|
225 |
["assets/demo.png", TEXT_PROMPT],
|
226 |
+
["assets/demo.mp4", VID_PROMPT]
|
227 |
],
|
228 |
cache_examples=True
|
229 |
)
|