Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -575,7 +575,7 @@ def create_gradio_interface():
|
|
| 575 |
label="Select Model", value= "Megalodon-OCR-Sync-0713(ocr)"
|
| 576 |
)
|
| 577 |
|
| 578 |
-
prompt_input = gr.Textbox(label="Query Input", placeholder="Enter your query here..."
|
| 579 |
image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'], height=300)
|
| 580 |
|
| 581 |
with gr.Accordion("Advanced Settings (PDF)", open=False):
|
|
|
|
| 575 |
label="Select Model", value= "Megalodon-OCR-Sync-0713(ocr)"
|
| 576 |
)
|
| 577 |
|
| 578 |
+
prompt_input = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|
| 579 |
image_input = gr.Image(label="Upload Image", type="pil", sources=['upload'], height=300)
|
| 580 |
|
| 581 |
with gr.Accordion("Advanced Settings (PDF)", open=False):
|