Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ with gr.Blocks() as myface:
|
|
15 |
gr.Column()
|
16 |
with gr.Column():
|
17 |
with gr.Accordion("Details",open=False):
|
18 |
-
gr.Markdown("""<center><h3>Drop your image in the box, and the background will be removed.</h3><center
|
19 |
-
gr.Markdown("""<center><h5>Background Removal by:<br><a href='https://github.com/danielgatis/rembg' target='_blank'>Github Repo: danielgatis/rembg</a><br>
|
20 |
Huggingface Space by: <br><a href='https://twitter.com/omnibusai' target='_blank'>Omnibus</h3></a><center>""")
|
21 |
|
22 |
with gr.Accordion(label="Input Image",open=True) as og:
|
|
|
15 |
gr.Column()
|
16 |
with gr.Column():
|
17 |
with gr.Accordion("Details",open=False):
|
18 |
+
gr.Markdown("""<center><h3>Drop your image in the box, and the background will be removed.</h3><center>""")
|
19 |
+
gr.Markdown("""<center><h5>Background Removal by:<br><a href='https://github.com/danielgatis/rembg' target='_blank'>Github Repo: danielgatis/rembg</a><br><br>
|
20 |
Huggingface Space by: <br><a href='https://twitter.com/omnibusai' target='_blank'>Omnibus</h3></a><center>""")
|
21 |
|
22 |
with gr.Accordion(label="Input Image",open=True) as og:
|