schirrmacher commited on
Commit
efe4474
1 Parent(s): 51557c9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -69,7 +69,9 @@ 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
- 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 card: inference code</a>
75
  - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset: all images and backgrounds</a>
 
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
+ This is the first iteration of the model, so there will be improvements!
74
+ If you identify cases were the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
75
 
76
  - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model card: inference code</a>
77
  - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset: all images and backgrounds</a>