Spaces:
Build error
Build error
Update app.py
Browse files
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
|
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 |
# 目标检测
|