prithivMLmods commited on
Commit
542a8f4
·
verified ·
1 Parent(s): 6c6518d

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,7 +327,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
327
  model_choice = gr.Radio(
328
  choices=["Qwen3-VL-2B-Instruct", "Qwen3-VL-4B-Instruct", "Qwen2.5-VL-7B-Instruct", "Qwen3-VL-8B-Instruct", "Qwen2.5-VL-3B-Instruct"],
329
  label="Select Model",
330
- value="Qwen3-VL-4B-Instruct"
331
  )
332
 
333
  image_submit.click(
 
327
  model_choice = gr.Radio(
328
  choices=["Qwen3-VL-2B-Instruct", "Qwen3-VL-4B-Instruct", "Qwen2.5-VL-7B-Instruct", "Qwen3-VL-8B-Instruct", "Qwen2.5-VL-3B-Instruct"],
329
  label="Select Model",
330
+ value="Qwen3-VL-2B-Instruct"
331
  )
332
 
333
  image_submit.click(