Spaces:
Running
on
Zero
Running
on
Zero
schirrmacher
commited on
Commit
•
d0954e9
1
Parent(s):
c29c707
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ 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. 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)
|
64 |
|
65 |
<img src="file/explanation.jpg" style="width:40%;height:auto;">
|
66 |
|
|
|
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:40%;height:auto;">
|
66 |
|