Zengyf-CVer commited on
Commit
268a7b8
1 Parent(s): d73b745

requirements update

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  # Gradio YOLOv5 Det v0.1
2
  # 创建人:曾逸夫
3
  # 创建时间:2022-04-03
 
4
  # https://gitee.com/CV_Lab/gradio_yolov5_det
5
 
6
  import argparse
 
1
  # Gradio YOLOv5 Det v0.1
2
  # 创建人:曾逸夫
3
  # 创建时间:2022-04-03
4
+ # email:zyfiy1314@163.com
5
  # https://gitee.com/CV_Lab/gradio_yolov5_det
6
 
7
  import argparse
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # Base ----------------------------------------
2
  matplotlib>=3.2.2
3
  numpy>=1.18.5
4
- opencv-python-headless
5
  Pillow>=7.1.2
6
  PyYAML>=5.3.1
7
  requests>=2.23.0
 
1
  # Base ----------------------------------------
2
  matplotlib>=3.2.2
3
  numpy>=1.18.5
4
+ opencv-python-headless>=4.5.5.64
5
  Pillow>=7.1.2
6
  PyYAML>=5.3.1
7
  requests>=2.23.0