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