Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
37 |
6. [Clothing Search by Sketch](#6)
|
38 |
7. [Image to Fashion Article](#7)
|
39 |
8. [Clothing Feature Prediction](#8)
|
|
|
40 |
|
41 |
""")
|
42 |
|
@@ -146,4 +147,18 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
146 |
|
147 |
""")
|
148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
demo.launch()
|
|
|
37 |
6. [Clothing Search by Sketch](#6)
|
38 |
7. [Image to Fashion Article](#7)
|
39 |
8. [Clothing Feature Prediction](#8)
|
40 |
+
9. [Clothing Decade Prediction](#9)
|
41 |
|
42 |
""")
|
43 |
|
|
|
147 |
|
148 |
""")
|
149 |
|
150 |
+
# Clothing Decade Prediction
|
151 |
+
gr.Markdown("""
|
152 |
+
|
153 |
+
---
|
154 |
+
## Clothing Decade Prediction <a name="9"></a>
|
155 |
+
|
156 |
+

|
157 |
+
|
158 |
+
[](https://huggingface.co/spaces/tonyassi/Which-decade-are-you-from)
|
159 |
+
|
160 |
+
[](https://huggingface.co/tonyassi/fashion-clothing-decade)
|
161 |
+
|
162 |
+
""")
|
163 |
+
|
164 |
demo.launch()
|