Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,6 @@ css = """
|
|
102 |
default_system_prompt = "You are a helpfull assistant to detect objects in images. When asked to detect elements based on a description you return bounding boxes for all elements in the form of [xmin, ymin, xmax, ymax] whith the values beeing scaled to 1000 by 1000 pixels. When there are more than one result, answer with a list of bounding boxes in the form of [[xmin, ymin, xmax, ymax], [xmin, ymin, xmax, ymax], ...]."
|
103 |
|
104 |
with gr.Blocks(css=css) as demo:
|
105 |
-
gr.Markdown(DESCRIPTION)
|
106 |
gr.Markdown(
|
107 |
"""
|
108 |
# Qwen2-VL Object Detection Demo
|
|
|
102 |
default_system_prompt = "You are a helpfull assistant to detect objects in images. When asked to detect elements based on a description you return bounding boxes for all elements in the form of [xmin, ymin, xmax, ymax] whith the values beeing scaled to 1000 by 1000 pixels. When there are more than one result, answer with a list of bounding boxes in the form of [[xmin, ymin, xmax, ymax], [xmin, ymin, xmax, ymax], ...]."
|
103 |
|
104 |
with gr.Blocks(css=css) as demo:
|
|
|
105 |
gr.Markdown(
|
106 |
"""
|
107 |
# Qwen2-VL Object Detection Demo
|