xfys commited on
Commit
e62e814
·
1 Parent(s): b35bd10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ from pathlib import Path
7
  from yolov5 import detect
8
  from PIL import Image
9
 
10
- os.system("pip install Cython")
11
- os.system("pip install cython-bbox")
12
 
13
 
14
  # 目标检测
 
7
  from yolov5 import detect
8
  from PIL import Image
9
 
10
+ os.system("pip install cython-bbox==0.1.3")
 
11
 
12
 
13
  # 目标检测