Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -257,8 +257,8 @@ def create_gradio_interface():
|
|
257 |
# Left Column (Inputs)
|
258 |
with gr.Column(scale=1):
|
259 |
model_choice = gr.Dropdown(
|
260 |
-
choices=["LFM2-VL-1.6B(fast)", "LFM2-VL-450M(fast)", "SmolVLM-Instruct-250M(smol)", "ShotVL-3B(cinematic)", "Megalodon-OCR-Sync-0713(ocr)",
|
261 |
-
"Nanonets-OCR-s(ocr)"],
|
262 |
label="Select Model", value="LFM2-VL-1.6B"
|
263 |
)
|
264 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")
|
|
|
257 |
# Left Column (Inputs)
|
258 |
with gr.Column(scale=1):
|
259 |
model_choice = gr.Dropdown(
|
260 |
+
choices=["LFM2-VL-1.6B(fast)", "LFM2-VL-450M(fast)", "SmolVLM-Instruct-250M(smol)", "ShotVL-3B(cinematic)", "Megalodon-OCR-Sync-0713(ocr)",
|
261 |
+
"VLAA-Thinker-Qwen2VL-2B(reason)", "MonkeyOCR-pro-1.2B(ocr)", "Nanonets-OCR-s(ocr)"],
|
262 |
label="Select Model", value="LFM2-VL-1.6B"
|
263 |
)
|
264 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")
|