prithivMLmods commited on
Commit
dcd9f9f
·
verified ·
1 Parent(s): 9dea3a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def progress_bar_html(label: str) -> str:
31
  </style>
32
  '''
33
 
34
- QV_MODEL_ID = "prithivMLmods/Qwen2-VL-OCR2-2B-Instruct"
35
  qwen_processor = AutoProcessor.from_pretrained(QV_MODEL_ID, trust_remote_code=True)
36
  qwen_model = Qwen2VLForConditionalGeneration.from_pretrained(
37
  QV_MODEL_ID,
 
31
  </style>
32
  '''
33
 
34
+ QV_MODEL_ID = "prithivMLmods/Qwen2-VL-OCR2-2B-Instruct" # or use #prithivMLmods/Qwen2-VL-OCR-2B-Instruct
35
  qwen_processor = AutoProcessor.from_pretrained(QV_MODEL_ID, trust_remote_code=True)
36
  qwen_model = Qwen2VLForConditionalGeneration.from_pretrained(
37
  QV_MODEL_ID,