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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ def create_gradio_interface():
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")
258
  image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
259
 
260
  with gr.Accordion("Advanced Settings", open=False):
 
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!")
258
  image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
259
 
260
  with gr.Accordion("Advanced Settings", open=False):