prithivMLmods commited on
Commit
e640259
·
verified ·
1 Parent(s): 2b5f414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Nanonets-OCR-s"
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'])