merterbak commited on
Commit
a946c21
ยท
verified ยท
1 Parent(s): 4427506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("๐Ÿ–ผ๏ธ Figures"):
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)