prithivMLmods commited on
Commit
871cc8b
·
verified ·
1 Parent(s): 819d647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from docx.enum.text import WD_ALIGN_PARAGRAPH
20
 
21
  # Define model options
22
  MODEL_OPTIONS = {
23
- "Qwen2-VL": "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"
 
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"