andrewkatumba commited on
Commit
d100deb
·
1 Parent(s): 5693073

file extension fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,6 +59,6 @@ demo = gr.Interface(
59
  outputs=[ dino_output],
60
  title="OWLv2 ⚔ Grounding DINO",
61
  description="Evaluate state-of-the-art [Grounding DINO](https://huggingface.co/IDEA-Research/grounding-dino-base) zero-shot object detection models. Simply enter an image and the objects you want to find with comma, or try one of the examples. Play with the threshold to filter out low confidence predictions in the model.",
62
- examples=[["./warthog.jpg", "zebra, warthog", 0.16], ["./zebra.png", "zebra, lion", 0.16]]
63
  )
64
  demo.launch(debug=True)
 
59
  outputs=[ dino_output],
60
  title="OWLv2 ⚔ Grounding DINO",
61
  description="Evaluate state-of-the-art [Grounding DINO](https://huggingface.co/IDEA-Research/grounding-dino-base) zero-shot object detection models. Simply enter an image and the objects you want to find with comma, or try one of the examples. Play with the threshold to filter out low confidence predictions in the model.",
62
+ examples=[["./warthog.jpg", "zebra, warthog", 0.16], ["./zebra.jpg", "zebra, lion", 0.16]]
63
  )
64
  demo.launch(debug=True)