Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -250,8 +250,8 @@ def create_gradio_interface():
|
|
250 |
# Left Column (Inputs)
|
251 |
with gr.Column(scale=1):
|
252 |
model_choice = gr.Dropdown(
|
253 |
-
choices=["LFM2-VL-1.6B", "LFM2-VL-450M", "SmolVLM-Instruct-250M", "VLAA-Thinker-Qwen2VL-2B", "MonkeyOCR-pro-1.2B",
|
254 |
-
"Nanonets-OCR-s"
|
255 |
label="Select Model", value="LFM2-VL-1.6B"
|
256 |
)
|
257 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")
|
|
|
250 |
# Left Column (Inputs)
|
251 |
with gr.Column(scale=1):
|
252 |
model_choice = gr.Dropdown(
|
253 |
+
choices=["LFM2-VL-1.6B", "LFM2-VL-450M", "SmolVLM-Instruct-250M", "Megalodon-OCR-Sync-0713", "VLAA-Thinker-Qwen2VL-2B", "MonkeyOCR-pro-1.2B",
|
254 |
+
"Nanonets-OCR-s"],
|
255 |
label="Select Model", value="LFM2-VL-1.6B"
|
256 |
)
|
257 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")
|