Spaces:
Runtime error
Runtime error
fix README
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Person detection with YOLO v5. A simple Gradio demo. Live on Hugging Face.
|
2 |
|
3 |
https://huggingface.co/spaces/coutant/yolo-person
|
|
|
1 |
+
---
|
2 |
+
title: YOLO V5 person detection
|
3 |
+
emoji: π
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: gray
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.3
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: afl-3.0
|
11 |
+
---
|
12 |
+
|
13 |
# Person detection with YOLO v5. A simple Gradio demo. Live on Hugging Face.
|
14 |
|
15 |
https://huggingface.co/spaces/coutant/yolo-person
|