Spaces:
Running
Running
Update app.py
Browse files
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 |
+

|
141 |
+
Predicts anywhere between 0-36 clothing features. Fine-tined on [Lucy in the Sky](https://www.lucyinthesky.com/) product catalog.
|
142 |
+
|
143 |
+
[](https://huggingface.co/spaces/LucyintheSky/feature-prediction)
|
144 |
+
|
145 |
+
[](https://huggingface.co/LucyintheSky/lucy-feature-prediction)
|
146 |
+
|
147 |
+
""")
|
148 |
+
|
149 |
demo.launch()
|