Spaces:
Running
Running
Commit
·
077ebc4
1
Parent(s):
d7e7825
fixing name model
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration, Qwen
|
|
9 |
|
10 |
app = FastAPI()
|
11 |
|
12 |
-
checkpoint = "Qwen/Qwen2-VL-
|
13 |
min_pixels = 256 * 28 * 28
|
14 |
max_pixels = 1280 * 28 * 28
|
15 |
processor = AutoProcessor.from_pretrained(
|
|
|
9 |
|
10 |
app = FastAPI()
|
11 |
|
12 |
+
checkpoint = "Qwen/Qwen2-VL-7B-Instruct"
|
13 |
min_pixels = 256 * 28 * 28
|
14 |
max_pixels = 1280 * 28 * 28
|
15 |
processor = AutoProcessor.from_pretrained(
|