Upload anime_object_detection/README.md with huggingface_hub
Browse files
anime_object_detection/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Anime Object Detection
|
| 3 |
+
emoji: 📈
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.6.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: mit
|
| 11 |
+
models:
|
| 12 |
+
- deepghs/anime_face_detection
|
| 13 |
+
- deepghs/anime_censor_detection
|
| 14 |
+
- deepghs/anime_eye_detection
|
| 15 |
+
- deepghs/anime_halfbody_detection
|
| 16 |
+
- deepghs/anime_hand_detection
|
| 17 |
+
- deepghs/anime_head_detection
|
| 18 |
+
- deepghs/anime_person_detection
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|