Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,12 +35,13 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
35 |
4. [Text-to-Image Clothing Designer](#4)
|
36 |
5. [Sketch to Fashion Design](#5)
|
37 |
6. [Segment Clothing](#6)
|
38 |
-
7. [
|
39 |
-
8. [
|
40 |
-
9. [
|
41 |
-
10. [Clothing
|
42 |
-
11. [
|
43 |
-
12. [
|
|
|
44 |
|
45 |
|
46 |
""")
|
@@ -117,13 +118,27 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
117 |
[](https://huggingface.co/spaces/tonyassi/clothing-segmentation)
|
118 |
|
119 |
[](https://github.com/TonyAssi/Segment-Clothing)
|
120 |
-
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
# Clothing Search by Sketch
|
123 |
gr.Markdown("""
|
124 |
|
125 |
---
|
126 |
-
## Clothing Search by Sketch <a name="
|
127 |

|
128 |
|
129 |
Search for a clothing by sketching it.
|
@@ -136,7 +151,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
136 |
gr.Markdown("""
|
137 |
|
138 |
---
|
139 |
-
## Image to Fashion Article <a name="
|
140 |
|
141 |

|
142 |
|
@@ -148,7 +163,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
148 |
gr.Markdown("""
|
149 |
|
150 |
---
|
151 |
-
## Clothing Feature Prediction <a name="
|
152 |
|
153 |

|
154 |
Predicts anywhere between 0-36 clothing features. Fine-tined on [Lucy in the Sky](https://www.lucyinthesky.com/) product catalog.
|
@@ -163,7 +178,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
163 |
gr.Markdown("""
|
164 |
|
165 |
---
|
166 |
-
## Clothing Decade Prediction <a name="
|
167 |
|
168 |

|
169 |
|
@@ -179,7 +194,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
179 |
gr.Markdown("""
|
180 |
|
181 |
---
|
182 |
-
## Stylist Bot <a name="
|
183 |
|
184 |

|
185 |
|
@@ -194,7 +209,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
194 |
gr.Markdown("""
|
195 |
|
196 |
---
|
197 |
-
## Text-to-Image from an Editorial Campaign <a name="
|
198 |
|
199 |

|
200 |
|
|
|
35 |
4. [Text-to-Image Clothing Designer](#4)
|
36 |
5. [Sketch to Fashion Design](#5)
|
37 |
6. [Segment Clothing](#6)
|
38 |
+
7. [Fashion Library](#7)
|
39 |
+
8. [Clothing Search by Sketch](#8)
|
40 |
+
9. [Image to Fashion Article](#9)
|
41 |
+
10. [Clothing Feature Prediction](#10)
|
42 |
+
11. [Clothing Decade Prediction](#11)
|
43 |
+
12. [Stylist Bot](#12)
|
44 |
+
13. [Text-to-Image from an Editorial Campaign](#13)
|
45 |
|
46 |
|
47 |
""")
|
|
|
118 |
[](https://huggingface.co/spaces/tonyassi/clothing-segmentation)
|
119 |
|
120 |
[](https://github.com/TonyAssi/Segment-Clothing)
|
121 |
+
""")
|
122 |
+
|
123 |
+
# Fashion Library
|
124 |
+
gr.Markdown("""
|
125 |
+
|
126 |
+
---
|
127 |
+
## Segment Clothing <a name="7"></a>
|
128 |
+
|
129 |
+

|
130 |
+
|
131 |
+
Archive of fashion runway images: 1,749 Designers | 25,876 Collections | 934,735 Images.
|
132 |
+
|
133 |
+
[](https://huggingface.co/spaces/tonyassi/fashion-library)
|
134 |
+
|
135 |
+
""")
|
136 |
|
137 |
# Clothing Search by Sketch
|
138 |
gr.Markdown("""
|
139 |
|
140 |
---
|
141 |
+
## Clothing Search by Sketch <a name="8"></a>
|
142 |

|
143 |
|
144 |
Search for a clothing by sketching it.
|
|
|
151 |
gr.Markdown("""
|
152 |
|
153 |
---
|
154 |
+
## Image to Fashion Article <a name="9"></a>
|
155 |
|
156 |

|
157 |
|
|
|
163 |
gr.Markdown("""
|
164 |
|
165 |
---
|
166 |
+
## Clothing Feature Prediction <a name="10"></a>
|
167 |
|
168 |

|
169 |
Predicts anywhere between 0-36 clothing features. Fine-tined on [Lucy in the Sky](https://www.lucyinthesky.com/) product catalog.
|
|
|
178 |
gr.Markdown("""
|
179 |
|
180 |
---
|
181 |
+
## Clothing Decade Prediction <a name="11"></a>
|
182 |
|
183 |

|
184 |
|
|
|
194 |
gr.Markdown("""
|
195 |
|
196 |
---
|
197 |
+
## Stylist Bot <a name="12"></a>
|
198 |
|
199 |

|
200 |
|
|
|
209 |
gr.Markdown("""
|
210 |
|
211 |
---
|
212 |
+
## Text-to-Image from an Editorial Campaign <a name="13"></a>
|
213 |
|
214 |

|
215 |
|