developer0hye commited on
Commit
53ec15f
·
verified ·
1 Parent(s): e6746b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import io
9
  import base64
10
 
11
  # Initialize the model and processor
12
- model_id = "Qwen/Qwen3-VL-4B-Instruct"
13
 
14
  # Load model with optimizations for inference
15
  model = Qwen3VLForConditionalGeneration.from_pretrained(
 
9
  import base64
10
 
11
  # Initialize the model and processor
12
+ model_id = "Qwen/Qwen3-VL-8B-Instruct"
13
 
14
  # Load model with optimizations for inference
15
  model = Qwen3VLForConditionalGeneration.from_pretrained(