schirrmacher commited on
Commit
337202c
·
verified ·
1 Parent(s): 50ca2bb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -60,12 +60,9 @@ def inference(image):
60
  # Gradio interface setup
61
  title = "Open Remove Background Model (ormbg)"
62
  description = r"""
63
- This model is a <strong>fully open-source background remover</strong> optimized for images with humans.
64
- It is based on [Highly Accurate Dichotomous Image Segmentation research](https://github.com/xuebinqin/DIS).
65
 
66
- The model was trained with the synthetic [Human Segmentation Dataset](https://huggingface.co/datasets/schirrmacher/humans). A dataset crafted with [LayerDiffuse](https://github.com/layerdiffusion/LayerDiffuse) and [IC-Light](https://github.com/lllyasviel/IC-Light).
67
-
68
- <img src="file/explanation.jpg" style="width:50%;height:auto;">
69
 
70
  This is the first iteration of the model, so there will be improvements!
71
  If you identify cases where the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
 
60
  # Gradio interface setup
61
  title = "Open Remove Background Model (ormbg)"
62
  description = r"""
63
+ This model is a <strong>fully open-source background remover</strong> optimized for images with humans. It is based on [Highly Accurate Dichotomous Image Segmentation research](https://github.com/xuebinqin/DIS). The model was trained with the synthetic [Human Segmentation Dataset](https://huggingface.co/datasets/schirrmacher/humans). A dataset crafted with [LayerDiffuse](https://github.com/layerdiffusion/LayerDiffuse) and [IC-Light](https://github.com/lllyasviel/IC-Light).
 
64
 
65
+ <img src="file/explanation.jpg" style="width:30%;height:auto;">
 
 
66
 
67
  This is the first iteration of the model, so there will be improvements!
68
  If you identify cases where the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!