Omnibus commited on
Commit
da86198
1 Parent(s): a3c2b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks() as myface:
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
  gr.Markdown("""<center><h5>Background Removal by:<br><a href='https://github.com/danielgatis/rembg' target='_blank'>Github Repo: danielgatis/rembg</a><br><br>
24
- Huggingface Space by: <br><a href='https://twitter.com/omnibusai' target='_blank'>Omnibus</h3></a><center>""")
25
 
26
  with gr.Accordion(label="Input Image",open=True) as og:
27
  in_win=gr.Pil(label="Input", interactive=True, batch=True, max_batch_size=20)
 
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
  gr.Markdown("""<center><h5>Background Removal by:<br><a href='https://github.com/danielgatis/rembg' target='_blank'>Github Repo: danielgatis/rembg</a><br><br>
24
+ a <a href='https://huggingface.co/spaces' target='_blank'>Huggingface Space</a> by: <br><a href='https://twitter.com/omnibusai' target='_blank'>Omnibus</h3></a><center>""")
25
 
26
  with gr.Accordion(label="Input Image",open=True) as og:
27
  in_win=gr.Pil(label="Input", interactive=True, batch=True, max_batch_size=20)