schirrmacher commited on
Commit
0ad84e9
1 Parent(s): 913742e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. app.py +1 -1
README.md CHANGED
@@ -8,6 +8,8 @@ tags:
8
  - background-removal
9
  - Pytorch
10
  pretty_name: Open Remove Background Model
 
 
11
  datasets:
12
  - schirrmacher/humans
13
  emoji: 💻
 
8
  - background-removal
9
  - Pytorch
10
  pretty_name: Open Remove Background Model
11
+ models:
12
+ - schirrmacher/ormbg
13
  datasets:
14
  - schirrmacher/humans
15
  emoji: 💻
app.py CHANGED
@@ -85,4 +85,4 @@ demo = gr.Interface(
85
  )
86
 
87
  if __name__ == "__main__":
88
- demo.launch(share=False, allowed_paths=["./"])
 
85
  )
86
 
87
  if __name__ == "__main__":
88
+ demo.launch(share=False, allowed_paths=["ormbg", "models", "examples"])