wBfvtNqNhb commited on
Commit
be7c8ee
·
verified ·
1 Parent(s): d454fb2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -12,8 +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
19
 
 
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
19