schirrmacher commited on
Commit
85f55d7
1 Parent(s): 6dc15f4

Upload ./app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: find inference code, training information, tutorials</a>
80
- - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset: see training images, segmentation data, backgrounds</a>
81
- - <a href='https://huggingface.co/schirrmacher/ormbg\#research' target='_blank'>Research: see current approach for improvements</a>
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"]