tonyassi commited on
Commit
32ea0d8
·
verified ·
1 Parent(s): f964d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -86,9 +86,11 @@ with gr.Blocks(theme=theme, css=css) as demo:
86
 
87
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/PWrFOLtggkm3NroFMEjfI.png)
88
 
89
- Convert a sketch into a photorealistic garment on a model.
90
 
91
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/sketch-to-fashion-design)
 
 
92
  """)
93
 
94
 
 
86
 
87
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/PWrFOLtggkm3NroFMEjfI.png)
88
 
89
+ Segment clothing from an image.
90
 
91
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/clothing-segmentation)
92
+
93
+ [![Github](https://img.shields.io/badge/Github-Repo-blue)](https://github.com/TonyAssi/Segment-Clothing)
94
  """)
95
 
96