Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ with gradio_app:
|
|
| 225 |
gr.HTML(
|
| 226 |
"""
|
| 227 |
<h3 style='text-align: center'>
|
| 228 |
-
<a href='' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yoloe' target='_blank'>github</a>
|
| 229 |
</h3>
|
| 230 |
""")
|
| 231 |
gr.Markdown(
|
|
@@ -235,7 +235,7 @@ with gradio_app:
|
|
| 235 |
)
|
| 236 |
gr.Markdown(
|
| 237 |
"""
|
| 238 |
-
If desired objects are not identified, pleaset set a **smaller** confidence threshold,
|
| 239 |
"""
|
| 240 |
)
|
| 241 |
with gr.Row():
|
|
|
|
| 225 |
gr.HTML(
|
| 226 |
"""
|
| 227 |
<h3 style='text-align: center'>
|
| 228 |
+
<a href='https://arxiv.org/abs/2503.07465' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yoloe' target='_blank'>github</a>
|
| 229 |
</h3>
|
| 230 |
""")
|
| 231 |
gr.Markdown(
|
|
|
|
| 235 |
)
|
| 236 |
gr.Markdown(
|
| 237 |
"""
|
| 238 |
+
If desired objects are not identified, pleaset set a **smaller** confidence threshold, e.g., for visual prompts with handcrafted shape or cross-image prompts.
|
| 239 |
"""
|
| 240 |
)
|
| 241 |
with gr.Row():
|