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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import shutil
6
  from pathlib import Path
7
  from yolov5 import detect
8
  from PIL import Image
9
-
10
- os.system("pip install cython-bbox==0.1.3")
11
 
12
 
13
  # 目标检测
 
6
  from pathlib import Path
7
  from yolov5 import detect
8
  from PIL import Image
9
+ print("----------")
10
+ os.system("pip install -e git+https://github.com/samson-wang/cython_bbox.git#egg=cython-bbox")
11
 
12
 
13
  # 目标检测