Spaces:
Running
Running
schirrmacher
commited on
Commit
•
4d6ff3b
1
Parent(s):
5b28a50
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -69,14 +69,11 @@ gr.HTML(
|
|
69 |
title = "Open Remove Background Model (ormbg)"
|
70 |
description = r"""
|
71 |
This model is a <strong>fully open-source background remover</strong> optimized for images with humans.
|
72 |
-
|
73 |
-
If you identify cases were the model fails, please contact me!
|
74 |
|
75 |
<a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model information here.</a>
|
76 |
"""
|
77 |
-
examples = [
|
78 |
-
["./example1.png", "./example2.png", "./example3.png"],
|
79 |
-
]
|
80 |
|
81 |
demo = gr.Interface(
|
82 |
fn=inference,
|
|
|
69 |
title = "Open Remove Background Model (ormbg)"
|
70 |
description = r"""
|
71 |
This model is a <strong>fully open-source background remover</strong> optimized for images with humans.
|
72 |
+
If you identify cases were the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>please contact me</a>!
|
|
|
73 |
|
74 |
<a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model information here.</a>
|
75 |
"""
|
76 |
+
examples = ["./example1.png", "./example2.png", "./example3.png"]
|
|
|
|
|
77 |
|
78 |
demo = gr.Interface(
|
79 |
fn=inference,
|