Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -238,7 +238,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
|
|
| 238 |
md_out = gr.Markdown("")
|
| 239 |
with gr.Tab("๐ผ๏ธ Boxes"):
|
| 240 |
img_out = gr.Image(type="pil", height=500, show_label=False)
|
| 241 |
-
with gr.Tab("๐ผ๏ธ
|
| 242 |
gallery = gr.Gallery(show_label=False, columns=3, height=400)
|
| 243 |
with gr.Tab("๐ Raw"):
|
| 244 |
raw_out = gr.Textbox(lines=20, show_copy_button=True, show_label=False)
|
|
|
|
| 238 |
md_out = gr.Markdown("")
|
| 239 |
with gr.Tab("๐ผ๏ธ Boxes"):
|
| 240 |
img_out = gr.Image(type="pil", height=500, show_label=False)
|
| 241 |
+
with gr.Tab("๐ผ๏ธ Cropped Images"):
|
| 242 |
gallery = gr.Gallery(show_label=False, columns=3, height=400)
|
| 243 |
with gr.Tab("๐ Raw"):
|
| 244 |
raw_out = gr.Textbox(lines=20, show_copy_button=True, show_label=False)
|