prithivMLmods commited on
Commit
1a0114d
·
verified ·
1 Parent(s): c859a2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def downsample_video(video_path):
61
  return frames
62
 
63
  # Model and Processor Setup
64
- QV_MODEL_ID = "prithivMLmods/Qwen2-VL-OCR-2B-Instruct"
65
  qwen_processor = AutoProcessor.from_pretrained(QV_MODEL_ID, trust_remote_code=True)
66
  qwen_model = Qwen2VLForConditionalGeneration.from_pretrained(
67
  QV_MODEL_ID,
 
61
  return frames
62
 
63
  # Model and Processor Setup
64
+ QV_MODEL_ID = "prithivMLmods/Qwen2-VL-Ocrtest-2B-Instruct"
65
  qwen_processor = AutoProcessor.from_pretrained(QV_MODEL_ID, trust_remote_code=True)
66
  qwen_model = Qwen2VLForConditionalGeneration.from_pretrained(
67
  QV_MODEL_ID,