prithivMLmods commited on
Commit
cfa689c
·
verified ·
1 Parent(s): 4a363da

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -419,7 +419,7 @@ caption_examples = [["examples/captions/1.JPG"],
419
 
420
  with gr.Blocks(theme=orange_red_theme, css=css) as demo:
421
  pdf_state = gr.State(value=get_initial_pdf_state())
422
- gr.Markdown("# **Qwen-VL: Multimodal Outpost**", elem_id="main-title")
423
  with gr.Row():
424
  with gr.Column(scale=2):
425
  with gr.Tabs():
@@ -485,7 +485,7 @@ with gr.Blocks(theme=orange_red_theme, css=css) as demo:
485
  "Qwen2.5-VL-3B-Instruct"
486
  ],
487
  label="Select Model",
488
- value="Qwen3-VL-4B-Instruct"
489
  )
490
 
491
  # --- Event Handlers ---
 
419
 
420
  with gr.Blocks(theme=orange_red_theme, css=css) as demo:
421
  pdf_state = gr.State(value=get_initial_pdf_state())
422
+ gr.Markdown("# **Qwen3VL: Multimodal Outpost**", elem_id="main-title")
423
  with gr.Row():
424
  with gr.Column(scale=2):
425
  with gr.Tabs():
 
485
  "Qwen2.5-VL-3B-Instruct"
486
  ],
487
  label="Select Model",
488
+ value="Qwen2.5-VL-7B-Instruct"
489
  )
490
 
491
  # --- Event Handlers ---