Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -239,6 +239,11 @@ with gradio_app:
|
|
239 |
If desired objects are not identified, pleaset set a **smaller** confidence threshold, e.g., for visual prompts with handcrafted shape or cross-image prompts.
|
240 |
"""
|
241 |
)
|
|
|
|
|
|
|
|
|
|
|
242 |
with gr.Row():
|
243 |
with gr.Column():
|
244 |
app()
|
|
|
239 |
If desired objects are not identified, pleaset set a **smaller** confidence threshold, e.g., for visual prompts with handcrafted shape or cross-image prompts.
|
240 |
"""
|
241 |
)
|
242 |
+
gr.Markdown(
|
243 |
+
"""
|
244 |
+
Drawing *multiple* boxes or handcrafted shapes as visual prompt in an image is also supported.
|
245 |
+
"""
|
246 |
+
)
|
247 |
with gr.Row():
|
248 |
with gr.Column():
|
249 |
app()
|