Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
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-
|
| 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(
|