Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,8 +90,7 @@ gr.HTML('''
|
|
90 |
''')
|
91 |
title = "Background Removal"
|
92 |
description = r"""Background removal model developed by <a href='https://BRIA.AI' target='_blank'><b>BRIA.AI</b></a>, trained on a carefully selected dataset and is available as an open-source model for non-commercial use.<br>
|
93 |
-
For test upload your image and wait. Read more at model card <a href='https://huggingface.co/briaai/RMBG-1.4' target='_blank'><b>briaai/RMBG-1.4</b></a>.
|
94 |
-
To purchase a commercial license, simply click <a href='https://go.bria.ai/3ZCBTLH' target='_blank'><b>Here</b></a>. <br>
|
95 |
"""
|
96 |
examples = [['./input.jpg'],]
|
97 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
|
|
90 |
''')
|
91 |
title = "Background Removal"
|
92 |
description = r"""Background removal model developed by <a href='https://BRIA.AI' target='_blank'><b>BRIA.AI</b></a>, trained on a carefully selected dataset and is available as an open-source model for non-commercial use.<br>
|
93 |
+
For test upload your image and wait. Read more at model card <a href='https://huggingface.co/briaai/RMBG-1.4' target='_blank'><b>briaai/RMBG-1.4</b></a>. To purchase a commercial license, simply click <a href='https://go.bria.ai/3ZCBTLH' target='_blank'><b>Here</b></a>. <br>
|
|
|
94 |
"""
|
95 |
examples = [['./input.jpg'],]
|
96 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|