Spaces:
Paused
Paused
Update tabs/image_ocr_llm.py
Browse files- tabs/image_ocr_llm.py +1 -1
tabs/image_ocr_llm.py
CHANGED
|
@@ -15,7 +15,7 @@ def image_ocr_llm_tab():
|
|
| 15 |
|
| 16 |
with gr.Row():
|
| 17 |
with gr.Column(scale=1): # Left: Upload and buttons
|
| 18 |
-
with gr.Accordion("🖼
|
| 19 |
img_input = gr.Image(type="pil", label="", height=160)
|
| 20 |
|
| 21 |
extract_btn = gr.Button("Extract & Summarize", elem_id="process-btn")
|
|
|
|
| 15 |
|
| 16 |
with gr.Row():
|
| 17 |
with gr.Column(scale=1): # Left: Upload and buttons
|
| 18 |
+
with gr.Accordion("🖼 Upload your Medical Report", open=False):
|
| 19 |
img_input = gr.Image(type="pil", label="", height=160)
|
| 20 |
|
| 21 |
extract_btn = gr.Button("Extract & Summarize", elem_id="process-btn")
|