prithivMLmods commited on
Commit
ccd11da
·
verified ·
1 Parent(s): bf9956b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -231,9 +231,9 @@ TTS_VOICES = [
231
  # ... (truncated for brevity; include all voices as needed)
232
  ]
233
 
234
- MODEL_ID = "prithivMLmods/Qwen2-VL-OCR-2B-Instruct"
235
  processor = AutoProcessor.from_pretrained(MODEL_ID, trust_remote_code=True)
236
- model_m = Qwen2VLForConditionalGeneration.from_pretrained(
237
  MODEL_ID,
238
  trust_remote_code=True,
239
  torch_dtype=torch.float16
 
231
  # ... (truncated for brevity; include all voices as needed)
232
  ]
233
 
234
+ MODEL_ID = "Qwen/Qwen2.5-VL-3B-Instruct"
235
  processor = AutoProcessor.from_pretrained(MODEL_ID, trust_remote_code=True)
236
+ model_m = Qwen2_5_VLForConditionalGeneration.from_pretrained(
237
  MODEL_ID,
238
  trust_remote_code=True,
239
  torch_dtype=torch.float16