Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,9 +108,9 @@ with gr.Blocks(css=css) as demo:
|
|
| 108 |
"""
|
| 109 |
# Qwen2-VL Object Detection Demo
|
| 110 |
|
| 111 |
-
Use the Qwen2-VL
|
| 112 |
|
| 113 |
-
Usage
|
| 114 |
""")
|
| 115 |
with gr.Tab(label="Qwen2-VL Input"):
|
| 116 |
with gr.Row():
|
|
|
|
| 108 |
"""
|
| 109 |
# Qwen2-VL Object Detection Demo
|
| 110 |
|
| 111 |
+
Use the Qwen2-VL models to detect objects in an image. The 7B variant seems to work much better.
|
| 112 |
|
| 113 |
+
**Usage**: Use the keyword "detect" and a description of the target (see examples below).
|
| 114 |
""")
|
| 115 |
with gr.Tab(label="Qwen2-VL Input"):
|
| 116 |
with gr.Row():
|