prithivMLmods commited on
Commit
78889e1
·
verified ·
1 Parent(s): 20057cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -257,8 +257,8 @@ def create_gradio_interface():
257
  # Left Column (Inputs)
258
  with gr.Column(scale=1):
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)", "VLAA-Thinker-Qwen2VL-2B(reason)", "MonkeyOCR-pro-1.2B(ocr)",
261
- "Nanonets-OCR-s(ocr)"],
262
  label="Select Model", value="LFM2-VL-1.6B"
263
  )
264
  prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")
 
257
  # Left Column (Inputs)
258
  with gr.Column(scale=1):
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-1.6B"
263
  )
264
  prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query", value="Describe the image!")