Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ os.environ['CUDA_LAUNCH_BLOCKING'] = '1'
|
|
| 11 |
|
| 12 |
# --- Configuration ---
|
| 13 |
base_model_id = "Qwen/Qwen2.5-VL-3B-Instruct"
|
| 14 |
-
adapter_id = "joeee2321512/Qwen2.5-VL-3B-Instruct-finetuned
|
| 15 |
|
| 16 |
# --- Model Loading ---
|
| 17 |
print("Loading base model...")
|
|
|
|
| 11 |
|
| 12 |
# --- Configuration ---
|
| 13 |
base_model_id = "Qwen/Qwen2.5-VL-3B-Instruct"
|
| 14 |
+
adapter_id = "joeee2321512/Qwen2.5-VL-3B-Instruct-finetuned"
|
| 15 |
|
| 16 |
# --- Model Loading ---
|
| 17 |
print("Loading base model...")
|