Aum123 commited on
Commit
eb3d1e4
·
verified ·
1 Parent(s): 848b1a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -1,7 +1,18 @@
1
- # 🐱 Cat Breed Detector
2
-
3
- This app uses a Hugging Face model to detect cat breeds from images.
4
-
5
- Model: [dima806/cat_breed_image_detection](https://huggingface.co/dima806/cat_breed_image_detection)
6
-
7
- Built with 🤗 Transformers and Gradio.
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Cat Breed Detector 🐱
3
+ emoji: 🐾
4
+ colorFrom: pink
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "4.0.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # 🐱 Cat Breed Detector
13
+
14
+ This app uses a Hugging Face model to detect cat breeds from uploaded images.
15
+
16
+ Model used: [dima806/cat_breed_image_detection](https://huggingface.co/dima806/cat_breed_image_detection)
17
+
18
+ Built with 🤗 Transformers and Gradio.