Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,15 +31,16 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
31 |
|
32 |
1. [Virtual Try-On](#1)
|
33 |
2. [Sales Forecasting with Image Regressionn](#2)
|
34 |
-
3. [
|
35 |
-
4. [
|
36 |
-
5. [
|
37 |
-
6. [Clothing
|
38 |
-
7. [
|
39 |
-
8. [
|
40 |
-
9. [Clothing
|
41 |
-
10. [
|
42 |
-
11. [
|
|
|
43 |
|
44 |
|
45 |
""")
|
@@ -75,7 +76,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
75 |
gr.Markdown("""
|
76 |
|
77 |
---
|
78 |
-
## Text-to-Image Clothing Designer <a name="
|
79 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Y-EuOGASjO-GMUzjlBCIh.png)
|
80 |
|
81 |
This text-to-image model was fine-tuned on [Lucy in the Sky](https://www.lucyinthesky.com/) product image - product text pairs. Text input is limited to the language of the product catalog it was trained on which forces the model to generate images in a simialr style to the product images.
|
@@ -87,7 +88,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
87 |
gr.Markdown("""
|
88 |
|
89 |
---
|
90 |
-
## Sketch to Fashion Design <a name="
|
91 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/tnLduEwy4JfiDdoI2D6Bc.png)
|
92 |
|
93 |
Convert a sketch into a photorealistic garment on a model.
|
@@ -99,7 +100,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
99 |
gr.Markdown("""
|
100 |
|
101 |
---
|
102 |
-
## Segment Clothing <a name="
|
103 |
|
104 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/PWrFOLtggkm3NroFMEjfI.png)
|
105 |
|
@@ -114,7 +115,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
114 |
gr.Markdown("""
|
115 |
|
116 |
---
|
117 |
-
## Clothing Search by Sketch <a name="
|
118 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/YMxC5GrzSHXmzcl9iqLmQ.png)
|
119 |
|
120 |
Search for a clothing by sketching it.
|
@@ -127,7 +128,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
127 |
gr.Markdown("""
|
128 |
|
129 |
---
|
130 |
-
## Image to Fashion Article <a name="
|
131 |
|
132 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/E7vtF_rHntAt47ExuO_5_.png)
|
133 |
|
@@ -139,7 +140,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
139 |
gr.Markdown("""
|
140 |
|
141 |
---
|
142 |
-
## Clothing Feature Prediction <a name="
|
143 |
|
144 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/BnYb7-6hii0WFC7NsU0m4.png)
|
145 |
Predicts anywhere between 0-36 clothing features. Fine-tined on [Lucy in the Sky](https://www.lucyinthesky.com/) product catalog.
|
@@ -154,7 +155,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
154 |
gr.Markdown("""
|
155 |
|
156 |
---
|
157 |
-
## Clothing Decade Prediction <a name="
|
158 |
|
159 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mRDgg2MOxFbMZKstxOqIM.png)
|
160 |
|
@@ -170,7 +171,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
170 |
gr.Markdown("""
|
171 |
|
172 |
---
|
173 |
-
## Stylist Bot <a name="
|
174 |
|
175 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Swi_JZK_QLQKrlBbVMzf4.png)
|
176 |
|
@@ -185,7 +186,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
185 |
gr.Markdown("""
|
186 |
|
187 |
---
|
188 |
-
## Text-to-Image from an Editorial Campaign <a name="
|
189 |
|
190 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/rvkr5-XNZCYmaqjZDWMzD.png)
|
191 |
|
|
|
31 |
|
32 |
1. [Virtual Try-On](#1)
|
33 |
2. [Sales Forecasting with Image Regressionn](#2)
|
34 |
+
3. [Product Recommendation](#3)
|
35 |
+
4. [Text-to-Image Clothing Designer](#4)
|
36 |
+
5. [Sketch to Fashion Design](#5)
|
37 |
+
6. [Segment Clothing](#6)
|
38 |
+
7. [Clothing Search by Sketch](#7)
|
39 |
+
8. [Image to Fashion Article](#8)
|
40 |
+
9. [Clothing Feature Prediction](#9)
|
41 |
+
10. [Clothing Decade Prediction](#10)
|
42 |
+
11. [Stylist Bot](#11)
|
43 |
+
12. [Text-to-Image from an Editorial Campaign](#12)
|
44 |
|
45 |
|
46 |
""")
|
|
|
76 |
gr.Markdown("""
|
77 |
|
78 |
---
|
79 |
+
## Text-to-Image Clothing Designer <a name="4"></a>
|
80 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Y-EuOGASjO-GMUzjlBCIh.png)
|
81 |
|
82 |
This text-to-image model was fine-tuned on [Lucy in the Sky](https://www.lucyinthesky.com/) product image - product text pairs. Text input is limited to the language of the product catalog it was trained on which forces the model to generate images in a simialr style to the product images.
|
|
|
88 |
gr.Markdown("""
|
89 |
|
90 |
---
|
91 |
+
## Sketch to Fashion Design <a name="5"></a>
|
92 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/tnLduEwy4JfiDdoI2D6Bc.png)
|
93 |
|
94 |
Convert a sketch into a photorealistic garment on a model.
|
|
|
100 |
gr.Markdown("""
|
101 |
|
102 |
---
|
103 |
+
## Segment Clothing <a name="6"></a>
|
104 |
|
105 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/PWrFOLtggkm3NroFMEjfI.png)
|
106 |
|
|
|
115 |
gr.Markdown("""
|
116 |
|
117 |
---
|
118 |
+
## Clothing Search by Sketch <a name="7"></a>
|
119 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/YMxC5GrzSHXmzcl9iqLmQ.png)
|
120 |
|
121 |
Search for a clothing by sketching it.
|
|
|
128 |
gr.Markdown("""
|
129 |
|
130 |
---
|
131 |
+
## Image to Fashion Article <a name="8"></a>
|
132 |
|
133 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/E7vtF_rHntAt47ExuO_5_.png)
|
134 |
|
|
|
140 |
gr.Markdown("""
|
141 |
|
142 |
---
|
143 |
+
## Clothing Feature Prediction <a name="9"></a>
|
144 |
|
145 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/BnYb7-6hii0WFC7NsU0m4.png)
|
146 |
Predicts anywhere between 0-36 clothing features. Fine-tined on [Lucy in the Sky](https://www.lucyinthesky.com/) product catalog.
|
|
|
155 |
gr.Markdown("""
|
156 |
|
157 |
---
|
158 |
+
## Clothing Decade Prediction <a name="10"></a>
|
159 |
|
160 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mRDgg2MOxFbMZKstxOqIM.png)
|
161 |
|
|
|
171 |
gr.Markdown("""
|
172 |
|
173 |
---
|
174 |
+
## Stylist Bot <a name="11"></a>
|
175 |
|
176 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Swi_JZK_QLQKrlBbVMzf4.png)
|
177 |
|
|
|
186 |
gr.Markdown("""
|
187 |
|
188 |
---
|
189 |
+
## Text-to-Image from an Editorial Campaign <a name="12"></a>
|
190 |
|
191 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/rvkr5-XNZCYmaqjZDWMzD.png)
|
192 |
|