Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -259,7 +259,7 @@ def create_gradio_interface():
|
|
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-
|
263 |
)
|
264 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")
|
265 |
image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
|
|
|
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-450M(fast)"
|
263 |
)
|
264 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")
|
265 |
image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
|