Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,9 +10,9 @@ import warnings
|
|
10 |
|
11 |
warnings.filterwarnings("ignore")
|
12 |
|
13 |
-
pretrained = "
|
14 |
model_name = "llava_qwen"
|
15 |
-
device = "
|
16 |
device_map = "auto"
|
17 |
|
18 |
# Load model, tokenizer, and image processor
|
|
|
10 |
|
11 |
warnings.filterwarnings("ignore")
|
12 |
|
13 |
+
pretrained = "AI-Safeguard/Ivy-VL-llava"
|
14 |
model_name = "llava_qwen"
|
15 |
+
device = "cpu"
|
16 |
device_map = "auto"
|
17 |
|
18 |
# Load model, tokenizer, and image processor
|