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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -38,6 +38,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
38
  7. [Image to Fashion Article](#7)
39
  8. [Clothing Feature Prediction](#8)
40
  9. [Clothing Decade Prediction](#9)
 
41
 
42
  """)
43
 
@@ -161,4 +162,17 @@ with gr.Blocks(theme=theme, css=css) as demo:
161
 
162
  """)
163
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  demo.launch()
 
38
  7. [Image to Fashion Article](#7)
39
  8. [Clothing Feature Prediction](#8)
40
  9. [Clothing Decade Prediction](#9)
41
+ 10. [Stylist Bot](#10)
42
 
43
  """)
44
 
 
162
 
163
  """)
164
 
165
+ # Stylist Bot
166
+ gr.Markdown("""
167
+
168
+ ---
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()