Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5693073
1
Parent(s):
b4891a7
label error
Browse files
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.png", "zebra, lion", 0.16]]
|
63 |
)
|
64 |
demo.launch(debug=True)
|