Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|