Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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-
|
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,
|