Spaces:
Runtime error
Runtime error
Commit
·
6c27fe2
1
Parent(s):
0c35b7f
readme update
Browse files
README.md
CHANGED
@@ -11,3 +11,5 @@ license: gpl-3.0
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
14 |
+
|
15 |
+
### 项目主页:https://gitee.com/CV_Lab/gradio_yolov5_det
|
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Gradio YOLOv5 Det v0.1
|
2 |
# 创建人:曾逸夫
|
3 |
# 创建时间:2022-04-03
|
|
|
4 |
|
5 |
import argparse
|
6 |
import csv
|
|
|
1 |
# Gradio YOLOv5 Det v0.1
|
2 |
# 创建人:曾逸夫
|
3 |
# 创建时间:2022-04-03
|
4 |
+
# https://gitee.com/CV_Lab/gradio_yolov5_det
|
5 |
|
6 |
import argparse
|
7 |
import csv
|