tonyassi commited on
Commit
fae0db4
1 Parent(s): b25e60d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
  This model predicts what decade clothing is from. It takes an image and outputs one of the following labels:
18
  **1910s, 1920s, 1930s, 1940s, 1950s, 1960s, 1970s, 1980s, 1990s, 2000s**
19
 
 
 
20
  ### How to use
21
  ```python
22
  from transformers import pipeline
 
17
  This model predicts what decade clothing is from. It takes an image and outputs one of the following labels:
18
  **1910s, 1920s, 1930s, 1940s, 1950s, 1960s, 1970s, 1980s, 1990s, 2000s**
19
 
20
+ [Demo](https://huggingface.co/spaces/tonyassi/Which-decade-are-you-from)
21
+
22
  ### How to use
23
  ```python
24
  from transformers import pipeline