Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ def create_gradio_interface():
|
|
234 |
with gr.Column(scale=1):
|
235 |
model_choice = gr.Dropdown(
|
236 |
choices=["LFM2-VL-1.6B", "LFM2-VL-450M", "SmolVLM-Instruct-250M", "olmOCR-7B-0725", "Megalodon-OCR-Sync-0713"],
|
237 |
-
label="Select Model", value="
|
238 |
)
|
239 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query")
|
240 |
image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
|
|
|
234 |
with gr.Column(scale=1):
|
235 |
model_choice = gr.Dropdown(
|
236 |
choices=["LFM2-VL-1.6B", "LFM2-VL-450M", "SmolVLM-Instruct-250M", "olmOCR-7B-0725", "Megalodon-OCR-Sync-0713"],
|
237 |
+
label="Select Model", value="LFM2-VL-1.6B"
|
238 |
)
|
239 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query")
|
240 |
image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
|