Zengyf-CVer commited on
Commit
6c27fe2
1 Parent(s): 0c35b7f

readme update

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. app.py +1 -0
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