minar09 commited on
Commit
cc681d9
·
verified ·
1 Parent(s): a5108b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", TEXT_PROMPT]
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
  )