prithivMLmods commited on
Commit
54dead0
·
verified ·
1 Parent(s): 9e6d455

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-1.6B(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-1.6B(fast)"
444
  )
445
 
446
+ prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter the prompt", value="Examine the image")
447
  image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'])
448
 
449
  with gr.Accordion("Advanced Settings (PDF)", open=False):