tonyassi commited on
Commit
91d7984
·
verified ·
1 Parent(s): 2f33e3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -0
app.py CHANGED
@@ -39,6 +39,8 @@ with gr.Blocks(theme=theme, css=css) as demo:
39
  8. [Clothing Feature Prediction](#8)
40
  9. [Clothing Decade Prediction](#9)
41
  10. [Stylist Bot](#10)
 
 
42
 
43
  """)
44
 
@@ -155,6 +157,8 @@ with gr.Blocks(theme=theme, css=css) as demo:
155
  ## Clothing Decade Prediction <a name="9"></a>
156
 
157
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mRDgg2MOxFbMZKstxOqIM.png)
 
 
158
 
159
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/Which-decade-are-you-from)
160
 
@@ -169,10 +173,27 @@ with gr.Blocks(theme=theme, css=css) as demo:
169
  ## Stylist Bot <a name="10"></a>
170
 
171
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Swi_JZK_QLQKrlBbVMzf4.png)
 
 
172
 
173
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/fashion-stylist-bot)
174
 
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  """)
177
 
178
  demo.launch()
 
39
  8. [Clothing Feature Prediction](#8)
40
  9. [Clothing Decade Prediction](#9)
41
  10. [Stylist Bot](#10)
42
+ 11. [Text-to-Image from an Editorial Campaign](#11)
43
+
44
 
45
  """)
46
 
 
157
  ## Clothing Decade Prediction <a name="9"></a>
158
 
159
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mRDgg2MOxFbMZKstxOqIM.png)
160
+
161
+ Predicts which decade your clothing is from.
162
 
163
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/Which-decade-are-you-from)
164
 
 
173
  ## Stylist Bot <a name="10"></a>
174
 
175
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Swi_JZK_QLQKrlBbVMzf4.png)
176
+
177
+ A chatbot that gives fashion styling advice.
178
 
179
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/fashion-stylist-bot)
180
 
181
 
182
+ """)
183
+
184
+ # Text-to-Image from an Editorial Campaign
185
+ gr.Markdown("""
186
+
187
+ ---
188
+ ## Text-to-Image from an Editorial Campaign <a name="11"></a>
189
+
190
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Jdmmlk_vlImdImE1EseDm.png)
191
+
192
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/LucyintheSky/lucy-dream)
193
+
194
+ [![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/LucyintheSky/lucy-dream-lora)
195
+
196
+
197
  """)
198
 
199
  demo.launch()