ThankGod commited on
Commit
027fe0e
1 Parent(s): b98abf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -1,12 +1,21 @@
1
  ---
2
- title: {{title}}
3
- emoji: {{emoji}}
4
- colorFrom: {{colorFrom}}
5
- colorTo: {{colorTo}}
6
- sdk: {{sdk}}
7
- sdk_version: {{sdkVersion}}
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: face id demo app
3
+ emoji: 🤓
4
+ colorFrom: yellow
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 3.1.7
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ [Try Demo Image classification Here](https://huggingface.co/spaces/ThankGod/image-classifier)
13
+
14
+ ## Credits
15
+ - Hugging face 🤗 for hosting this demo.
16
+ - Hugging face transformer model for image classification transformer model
17
+ - Gradio for the beautiful visualization dashboards.
18
+
19
+ ## References
20
+ - https://gradio.app/
21
+ - https://huggingface.co/