Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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):
|