Update app.py
Browse files
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/
|
| 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 ---
|