broadfield-dev commited on
Commit
c4e46f7
·
verified ·
1 Parent(s): 534f3cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
 
10
  # --- Configuration ---
11
  # Using a CPU-compatible model from the Qwen family
12
- MODEL_PATH = "Qwen/Qwen-VL-Chat"
13
  CPU_DEVICE = "cpu" # Explicitly use CPU
14
 
15
  # --- Model and Tokenizer Loading ---
 
9
 
10
  # --- Configuration ---
11
  # Using a CPU-compatible model from the Qwen family
12
+ MODEL_PATH = "Qwen/Qwen3-VL-2B-Instruct"
13
  CPU_DEVICE = "cpu" # Explicitly use CPU
14
 
15
  # --- Model and Tokenizer Loading ---