Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ button#gradio-share-link-button-0 {
|
|
132 |
# --- Gradio Interface ---
|
133 |
with gr.Blocks(theme=Citrus(), css=css_hide_share) as demo:
|
134 |
|
135 |
-
gr.Markdown("# Object Understanding with Vision
|
136 |
gr.Markdown("### Explore object detection, visual grounding, keypoint detection, and/or object counting through natural language prompts.")
|
137 |
gr.Markdown("""
|
138 |
*Powered by Qwen2.5-VL*
|
|
|
132 |
# --- Gradio Interface ---
|
133 |
with gr.Blocks(theme=Citrus(), css=css_hide_share) as demo:
|
134 |
|
135 |
+
gr.Markdown("# Object Understanding with Vision Language Models")
|
136 |
gr.Markdown("### Explore object detection, visual grounding, keypoint detection, and/or object counting through natural language prompts.")
|
137 |
gr.Markdown("""
|
138 |
*Powered by Qwen2.5-VL*
|