Spaces:
Runtime error
Runtime error
VishwaSriram
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
|
6 |
app = FastAPI()
|
7 |
|
8 |
-
checkpoint = "Qwen/Qwen2.5-VL-
|
9 |
min_pixels = 256*28*28
|
10 |
max_pixels = 1280*28*28
|
11 |
processor = AutoProcessor.from_pretrained(
|
|
|
5 |
|
6 |
app = FastAPI()
|
7 |
|
8 |
+
checkpoint = "Qwen/Qwen2.5-VL-7B-Instruct"
|
9 |
min_pixels = 256*28*28
|
10 |
max_pixels = 1280*28*28
|
11 |
processor = AutoProcessor.from_pretrained(
|