Spaces:
Sleeping
Sleeping
andrewkatumba
commited on
Commit
•
1eb6b8e
1
Parent(s):
f0ac95a
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ demo = gr.Interface(
|
|
57 |
query_image,
|
58 |
inputs=[gr.Image(label="Input Image"), gr.Textbox(label="Candidate Labels"), dino_threshold],
|
59 |
outputs=[ dino_output],
|
60 |
-
title="
|
61 |
-
description="
|
62 |
examples=[["./deer.jpg", "zebra, deer, goat", 0.16], ["./zebra.jpg", "zebra, lion, deer", 0.16]]
|
63 |
)
|
64 |
demo.launch(debug=True)
|
|
|
57 |
query_image,
|
58 |
inputs=[gr.Image(label="Input Image"), gr.Textbox(label="Candidate Labels"), dino_threshold],
|
59 |
outputs=[ dino_output],
|
60 |
+
title="Grounding DINO DSA2024",
|
61 |
+
description="DSA2024 Space to evaluate state-of-the-art [Grounding DINO](https://huggingface.co/IDEA-Research/grounding-dino-base) zero-shot object detection model. Simply upload an image and enter a list of the objects you want to detect with comma, or try one of the examples. Play with the threshold to filter out low confidence predictions in the model.",
|
62 |
examples=[["./deer.jpg", "zebra, deer, goat", 0.16], ["./zebra.jpg", "zebra, lion, deer", 0.16]]
|
63 |
)
|
64 |
demo.launch(debug=True)
|