Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -12,7 +12,8 @@ app = FastAPI()
|
|
12 |
|
13 |
# Load the model and processor
|
14 |
#checkpoint = "Qwen/Qwen2.5-VL-3B-Instruct"
|
15 |
-
checkpoint = "Qwen/Qwen2.5-VL-7B-Instruct"
|
|
|
16 |
#checkpoint = "Qwen/Qwen2.5-VL-72B-Instruct"
|
17 |
min_pixels = 256 * 28 * 28
|
18 |
max_pixels = 1280 * 28 * 28
|
|
|
12 |
|
13 |
# Load the model and processor
|
14 |
#checkpoint = "Qwen/Qwen2.5-VL-3B-Instruct"
|
15 |
+
#checkpoint = "Qwen/Qwen2.5-VL-7B-Instruct"
|
16 |
+
checkpoint = "Qwen/Qwen2.5-VL-32B-Instruct"
|
17 |
#checkpoint = "Qwen/Qwen2.5-VL-72B-Instruct"
|
18 |
min_pixels = 256 * 28 * 28
|
19 |
max_pixels = 1280 * 28 * 28
|