Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
|
|
|
4 |
gradio
|
5 |
-
numpy
|
6 |
opencv-python
|
7 |
-
Pillow
|
8 |
-
git+https://github.com/ultralytics/yolov5.git
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
cython
|
4 |
+
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
|
5 |
gradio
|
|
|
6 |
opencv-python
|
7 |
+
Pillow
|
|