tonyassi commited on
Commit
950cd90
·
verified ·
1 Parent(s): fb96910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -0
app.py CHANGED
@@ -36,6 +36,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
36
  5. [Segment Clothing](#5)
37
  6. [Clothing Search by Sketch](#6)
38
  7. [Image to Fashion Article](#7)
 
39
 
40
  """)
41
 
@@ -130,4 +131,19 @@ with gr.Blocks(theme=theme, css=css) as demo:
130
 
131
  """)
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  demo.launch()
 
36
  5. [Segment Clothing](#5)
37
  6. [Clothing Search by Sketch](#6)
38
  7. [Image to Fashion Article](#7)
39
+ 8. [Clothing Feature Prediction](#8)
40
 
41
  """)
42
 
 
131
 
132
  """)
133
 
134
+ # Clothing Feature Prediction
135
+ gr.Markdown("""
136
+
137
+ ---
138
+ ## Clothing Feature Prediction <a name="8"></a>
139
+
140
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/BnYb7-6hii0WFC7NsU0m4.png)
141
+ Predicts anywhere between 0-36 clothing features. Fine-tined on [Lucy in the Sky](https://www.lucyinthesky.com/) product catalog.
142
+
143
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/LucyintheSky/feature-prediction)
144
+
145
+ [![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/LucyintheSky/lucy-feature-prediction)
146
+
147
+ """)
148
+
149
  demo.launch()