Dan Bochman commited on
Commit
4f8930f
·
1 Parent(s): 7dc1816

fix: restore Space config with correct title and emoji

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
- title: Fashn Human Parser
3
- emoji: 🌍
4
- colorFrom: green
5
  colorTo: pink
6
  sdk: gradio
7
  sdk_version: 6.3.0
 
8
  app_file: app.py
9
  pinned: false
 
 
 
 
10
  ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: FASHN Human Parser
3
+ emoji: 🎨
4
+ colorFrom: purple
5
  colorTo: pink
6
  sdk: gradio
7
  sdk_version: 6.3.0
8
+ python_version: 3.10.14
9
  app_file: app.py
10
  pinned: false
11
+ license: other
12
+ license_name: nvidia-segformer
13
+ license_link: https://github.com/NVlabs/SegFormer/blob/master/LICENSE
14
+ short_description: Human parsing with 18 semantic classes for fashion
15
  ---