Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|