prithivMLmods commited on
Commit
91212f4
·
verified ·
1 Parent(s): e08f7d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "Megalodon-OCR-Sync-0713"],
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!")