tonyassi commited on
Commit
b0e8cde
·
verified ·
1 Parent(s): 950cd90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mRDgg2MOxFbMZKstxOqIM.png)
157
+
158
+ [![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)
159
+
160
+ [![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/tonyassi/fashion-clothing-decade)
161
+
162
+ """)
163
+
164
  demo.launch()