Spaces:
Runtime error
Runtime error
mrbeliever
commited on
Commit
•
e1fd853
1
Parent(s):
7cb6b40
Update app.py
Browse files
app.py
CHANGED
@@ -93,10 +93,7 @@ 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 |
-
|
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)
|
101 |
# demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
|
102 |
demo = gr.Interface(fn=process,inputs="image", outputs="image", examples=examples, title=title, description=description)
|
|
|
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 |
+
|
|
|
|
|
|
|
97 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
98 |
# demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
|
99 |
demo = gr.Interface(fn=process,inputs="image", outputs="image", examples=examples, title=title, description=description)
|