Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🐶
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
|
@@ -7,8 +7,18 @@ sdk: gradio
|
|
| 7 |
sdk_version: 5.24.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: other
|
| 11 |
short_description: Dog Face recognition with high accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Dog Face Recognition
|
| 3 |
emoji: 🐶
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
|
|
|
| 7 |
sdk_version: 5.24.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: other
|
| 11 |
short_description: Dog Face recognition with high accuracy
|
| 12 |
+
thumbnail: >-
|
| 13 |
+
https://cdn-uploads.huggingface.co/production/uploads/64c09a4c9832a455bc22df8c/DRUA_SCoWwQoWqD8dQ1w_.png
|
| 14 |
+
tags:
|
| 15 |
+
- computer-vision
|
| 16 |
+
- image-classification
|
| 17 |
+
- ONNX
|
| 18 |
+
- pets
|
| 19 |
+
- dog
|
| 20 |
+
- face-recognition
|
| 21 |
+
- api-demo
|
| 22 |
---
|
| 23 |
|
| 24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|