Upload ./app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -76,9 +76,9 @@ The model was trained with the synthetic [Human Segmentation Dataset](https://hu
|
|
76 |
This is the first iteration of the model, so there will be improvements!
|
77 |
If you identify cases were the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
|
78 |
|
79 |
-
- <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model card
|
80 |
-
- <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset
|
81 |
-
- <a href='https://huggingface.co/schirrmacher/ormbg\#research' target='_blank'>Research
|
82 |
|
83 |
"""
|
84 |
examples = ["./example1.png", "./example2.png", "./example3.png"]
|
|
|
76 |
This is the first iteration of the model, so there will be improvements!
|
77 |
If you identify cases were the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
|
78 |
|
79 |
+
- <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model card</a>: find inference code, training information, tutorials
|
80 |
+
- <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset</a>: see training images, segmentation data, backgrounds
|
81 |
+
- <a href='https://huggingface.co/schirrmacher/ormbg\#research' target='_blank'>Research</a>: see current approach for improvements
|
82 |
|
83 |
"""
|
84 |
examples = ["./example1.png", "./example2.png", "./example3.png"]
|