schirrmacher commited on
Commit
e19fd5f
1 Parent(s): cc6c61e

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. IMG_1051.png +3 -0
  3. README.md +2 -2
  4. app.py +2 -3
.gitattributes CHANGED
@@ -33,4 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
36
  input.png filter=lfs diff=lfs merge=lfs -text
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ IMG_1051.png filter=lfs diff=lfs merge=lfs -text
37
  input.png filter=lfs diff=lfs merge=lfs -text
IMG_1051.png ADDED

Git LFS Details

  • SHA256: fe4c6f3e70dfce78cbb26f24d83c1eab96b791972f8f1bffe6126eddc8edb78c
  • Pointer size: 132 Bytes
  • Size of remote file: 4.62 MB
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- title: ORMBG
3
  emoji: 💻
4
  colorFrom: red
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.16.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
1
  ---
2
+ title: Open Remove Background Model (ormbg)
3
  emoji: 💻
4
  colorFrom: red
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 4.29.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
app.py CHANGED
@@ -68,11 +68,10 @@ gr.HTML(
68
  )
69
  title = "Open Remove Background Model (ormbg)"
70
  description = r"""
71
- This model is a fully open-source background remover optimized for images with humans.
72
-
73
  It is based on <a href='https://github.com/xuebinqin/DIS' target='_blank'>Highly Accurate Dichotomous Image Segmentation research</a>.
74
 
75
- You can find more about the model <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>here</a>.
76
  """
77
  examples = [
78
  ["./input.png"],
 
68
  )
69
  title = "Open Remove Background Model (ormbg)"
70
  description = r"""
71
+ This model is a <strong>fully open-source background remover</strong> optimized for images with humans.
 
72
  It is based on <a href='https://github.com/xuebinqin/DIS' target='_blank'>Highly Accurate Dichotomous Image Segmentation research</a>.
73
 
74
+ <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model information here.</a>
75
  """
76
  examples = [
77
  ["./input.png"],