prithivMLmods commited on
Commit
16a36dc
·
verified ·
1 Parent(s): 4129fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -443,7 +443,7 @@ def create_gradio_interface():
443
  label="Select Model", value= "LFM2-VL-450M(fast)"
444
  )
445
 
446
- prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter the prompt")
447
  image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
448
 
449
  with gr.Accordion("Advanced Settings (PDF)", open=False):
 
443
  label="Select Model", value= "LFM2-VL-450M(fast)"
444
  )
445
 
446
+ prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter the prompt", value="Caption the image precisely.")
447
  image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
448
 
449
  with gr.Accordion("Advanced Settings (PDF)", open=False):