Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
import time
|
7 |
|
8 |
# Specify the local cache path for models
|
9 |
-
local_path = "Fancy-MLLM/R1-OneVision/R1-
|
10 |
|
11 |
# Load model and processor
|
12 |
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
|
|
|
6 |
import time
|
7 |
|
8 |
# Specify the local cache path for models
|
9 |
+
local_path = "Fancy-MLLM/R1-OneVision/R1-OneVision-7B"
|
10 |
|
11 |
# Load model and processor
|
12 |
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
|