Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ from docx.enum.text import WD_ALIGN_PARAGRAPH
|
|
| 20 |
|
| 21 |
# Define model options
|
| 22 |
MODEL_OPTIONS = {
|
| 23 |
-
"
|
| 24 |
"Latex OCR": "prithivMLmods/Qwen2-VL-OCR-2B-Instruct",
|
| 25 |
"Math Prase": "prithivMLmods/Qwen2-VL-Math-Prase-2B-Instruct",
|
| 26 |
"Text Analogy Ocrtest": "prithivMLmods/Qwen2-VL-Ocrtest-2B-Instruct"
|
|
|
|
| 20 |
|
| 21 |
# Define model options
|
| 22 |
MODEL_OPTIONS = {
|
| 23 |
+
"Qwen2VL Base": "Qwen/Qwen2-VL-2B-Instruct",
|
| 24 |
"Latex OCR": "prithivMLmods/Qwen2-VL-OCR-2B-Instruct",
|
| 25 |
"Math Prase": "prithivMLmods/Qwen2-VL-Math-Prase-2B-Instruct",
|
| 26 |
"Text Analogy Ocrtest": "prithivMLmods/Qwen2-VL-Ocrtest-2B-Instruct"
|