Spaces:
Runtime error
Runtime error
fix bug
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ introduced in <a href="https://arxiv.org/abs/2205.06230">Simple Open-Vocabulary
|
|
55 |
with Vision Transformers</a>.
|
56 |
\n\nYou can use OWL-ViT to query images with text descriptions of any object.
|
57 |
To use it, simply upload an image and enter comma separated text descriptions of objects you want to query the image for. You
|
58 |
-
can also use the score threshold slider to set a threshold to filter out low probability
|
59 |
\n\n<a href="https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/zeroshot_object_detection_with_owlvit.ipynb">Colab demo</a>
|
60 |
"""
|
61 |
demo = gr.Interface(
|
|
|
55 |
with Vision Transformers</a>.
|
56 |
\n\nYou can use OWL-ViT to query images with text descriptions of any object.
|
57 |
To use it, simply upload an image and enter comma separated text descriptions of objects you want to query the image for. You
|
58 |
+
can also use the score threshold slider to set a threshold to filter out low probability predictions.
|
59 |
\n\n<a href="https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/zeroshot_object_detection_with_owlvit.ipynb">Colab demo</a>
|
60 |
"""
|
61 |
demo = gr.Interface(
|