arj7192 commited on
Commit
d076065
·
verified ·
1 Parent(s): 1fd28d9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -603,7 +603,7 @@ with gr.Blocks(title="Nativ - Demo") as demo:
603
  with gr.Column():
604
  # Output components
605
  # Wrap the additional outputs in an Accordion
606
- with gr.Accordion("Show Detection Details", open=False):
607
  speech_bubbles = gr.Image(type="numpy", label="Detected Speech Bubbles", interactive=False)
608
  detected_boxes = gr.Image(type="numpy", label="Detected Text Regions", interactive=False)
609
  removed_text = gr.Image(type="numpy", label="Removed Text", interactive=False)
 
603
  with gr.Column():
604
  # Output components
605
  # Wrap the additional outputs in an Accordion
606
+ with gr.Accordion("Show Intermediate Steps", open=False):
607
  speech_bubbles = gr.Image(type="numpy", label="Detected Speech Bubbles", interactive=False)
608
  detected_boxes = gr.Image(type="numpy", label="Detected Text Regions", interactive=False)
609
  removed_text = gr.Image(type="numpy", label="Removed Text", interactive=False)