trysem commited on
Commit
7651757
1 Parent(s): 0b51575

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks(css="footer {visibility:hidden}") as myface:
19
  gr.Column()
20
  with gr.Column():
21
  with gr.Accordion("Details",open=False):
22
- gr.Markdown("""<center><h3>Drop your image in the box, and the background will be removed.</h3><center>""")"")
23
 
24
  with gr.Accordion(label="Input Image",open=True) as og:
25
  in_win=gr.Pil(label="Input", interactive=True, batch=True, max_batch_size=20)
 
19
  gr.Column()
20
  with gr.Column():
21
  with gr.Accordion("Details",open=False):
22
+ gr.Markdown("""<center><h3>Drop your image in the box, and the background will be removed.</h3><center>""")
23
 
24
  with gr.Accordion(label="Input Image",open=True) as og:
25
  in_win=gr.Pil(label="Input", interactive=True, batch=True, max_batch_size=20)