Spaces:
Sleeping
Sleeping
mrbeliever
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -93,9 +93,8 @@ gr.HTML('''
|
|
93 |
<a href="https://huggingface.co/briaai/RMBG-1.4" target="_blank">BRIA RMBG-1.4 image matting model</a> as backbone.
|
94 |
</p>
|
95 |
''')
|
96 |
-
title = "Background
|
97 |
-
description = r"""Background
|
98 |
-
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>.<br>
|
99 |
"""
|
100 |
examples = [['./input.jpg'],]
|
101 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
|
|
93 |
<a href="https://huggingface.co/briaai/RMBG-1.4" target="_blank">BRIA RMBG-1.4 image matting model</a> as backbone.
|
94 |
</p>
|
95 |
''')
|
96 |
+
title = "Background Remover"
|
97 |
+
description = r"""Background Removal AI
|
|
|
98 |
"""
|
99 |
examples = [['./input.jpg'],]
|
100 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|