Spaces:
Runtime error
Runtime error
Commit
·
cf00f17
1
Parent(s):
c6a39f9
Add application file
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from qwen_vl_utils import process_vision_info
|
|
| 4 |
import torch
|
| 5 |
|
| 6 |
# Specify the local cache path for models
|
| 7 |
-
local_path = "
|
| 8 |
|
| 9 |
# Load model and processor
|
| 10 |
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
|
|
|
|
| 4 |
import torch
|
| 5 |
|
| 6 |
# Specify the local cache path for models
|
| 7 |
+
local_path = "Qwen/Qwen2.5-VL-7B-Instruct"
|
| 8 |
|
| 9 |
# Load model and processor
|
| 10 |
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
|