prithivMLmods commited on
Commit
9676f43
·
verified ·
1 Parent(s): db479e8

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -267,11 +267,8 @@ css="""
267
  """
268
 
269
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
270
- gr.Markdown("# **Qwen-3VL: Multimodal Understanding**")
271
- gr.Markdown(
272
- "Explore object detection, visual grounding, and keypoint detection through natural language prompts."
273
- )
274
-
275
  with gr.Row():
276
  with gr.Column(scale=1):
277
  image_input = gr.Image(type="pil", label="Upload Image")
 
267
  """
268
 
269
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
270
+ gr.Markdown("# **Qwen-3VL: Multimodal Understanding**", elem_id="main-title")
271
+
 
 
 
272
  with gr.Row():
273
  with gr.Column(scale=1):
274
  image_input = gr.Image(type="pil", label="Upload Image")