tonyassi commited on
Commit
447ed73
·
verified ·
1 Parent(s): 51cdc92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +28 -13
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. [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
  """)
@@ -117,13 +118,27 @@ with gr.Blocks(theme=theme, css=css) as demo:
117
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/clothing-segmentation)
118
 
119
  [![Github](https://img.shields.io/badge/Github-Repo-blue)](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="7"></a>
127
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/YMxC5GrzSHXmzcl9iqLmQ.png)
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="8"></a>
140
 
141
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/E7vtF_rHntAt47ExuO_5_.png)
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="9"></a>
152
 
153
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/BnYb7-6hii0WFC7NsU0m4.png)
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="10"></a>
167
 
168
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mRDgg2MOxFbMZKstxOqIM.png)
169
 
@@ -179,7 +194,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
179
  gr.Markdown("""
180
 
181
  ---
182
- ## Stylist Bot <a name="11"></a>
183
 
184
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Swi_JZK_QLQKrlBbVMzf4.png)
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="12"></a>
198
 
199
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/rvkr5-XNZCYmaqjZDWMzD.png)
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
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/clothing-segmentation)
119
 
120
  [![Github](https://img.shields.io/badge/Github-Repo-blue)](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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/234RWF3_C4U4tmtPJi7iy.png)
130
+
131
+ Archive of fashion runway images: 1,749 Designers | 25,876 Collections | 934,735 Images.
132
+
133
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/YMxC5GrzSHXmzcl9iqLmQ.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/E7vtF_rHntAt47ExuO_5_.png)
157
 
 
163
  gr.Markdown("""
164
 
165
  ---
166
+ ## Clothing Feature Prediction <a name="10"></a>
167
 
168
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/BnYb7-6hii0WFC7NsU0m4.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mRDgg2MOxFbMZKstxOqIM.png)
184
 
 
194
  gr.Markdown("""
195
 
196
  ---
197
+ ## Stylist Bot <a name="12"></a>
198
 
199
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Swi_JZK_QLQKrlBbVMzf4.png)
200
 
 
209
  gr.Markdown("""
210
 
211
  ---
212
+ ## Text-to-Image from an Editorial Campaign <a name="13"></a>
213
 
214
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/rvkr5-XNZCYmaqjZDWMzD.png)
215