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