Spaces:
Runtime error
Runtime error
ngthanhtinqn
commited on
Commit
β’
783650c
1
Parent(s):
9730cbb
add github link
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import gradio as gr
|
|
4 |
from demo import query_image
|
5 |
|
6 |
description = """
|
|
|
7 |
Gradio demo for combining <a href="https://github.com/facebookresearch/segment-anything">Segment-Anything (SAM)</a>
|
8 |
<a href="https://huggingface.co/docs/transformers/main/en/model_doc/owlvit">OWL-ViT</a>.
|
9 |
\n\nYou can use OWL-ViT to query boxes with text descriptions of any object, then SAM will segment anything in the boxes.
|
|
|
4 |
from demo import query_image
|
5 |
|
6 |
description = """
|
7 |
+
Github link: <a href="https://github.com/ngthanhtin/owlvit_segment_anything">Link</a>
|
8 |
Gradio demo for combining <a href="https://github.com/facebookresearch/segment-anything">Segment-Anything (SAM)</a>
|
9 |
<a href="https://huggingface.co/docs/transformers/main/en/model_doc/owlvit">OWL-ViT</a>.
|
10 |
\n\nYou can use OWL-ViT to query boxes with text descriptions of any object, then SAM will segment anything in the boxes.
|