Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
cython
|
| 4 |
-
|
| 5 |
-
opencv-python
|
| 6 |
Pillow
|
| 7 |
-
|
| 8 |
-
pycocotools; platform_system != "Windows"
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
cython
|
| 4 |
+
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
|
| 5 |
+
opencv-python-headless
|
| 6 |
Pillow
|
| 7 |
+
gradio
|
|
|