Spaces:
Running
Running
Update app.py
Browse files
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 |
+

|
172 |
+
|
173 |
+
[](https://huggingface.co/spaces/tonyassi/fashion-stylist-bot)
|
174 |
+
|
175 |
+
|
176 |
+
""")
|
177 |
+
|
178 |
demo.launch()
|