schirrmacher commited on
Commit
89b2345
·
verified ·
1 Parent(s): 4a138cd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ It is based on [Highly Accurate Dichotomous Image Segmentation research](https:/
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" alt="Open Background Remover Model" style="width:100%;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>!
@@ -87,4 +87,4 @@ demo = gr.Interface(
87
  )
88
 
89
  if __name__ == "__main__":
90
- demo.launch(share=False)
 
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="explanation.jpg" style="width:100%;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>!
 
87
  )
88
 
89
  if __name__ == "__main__":
90
+ demo.launch(share=False, allowed_paths="./")