Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
torch==1.13.1+cpu
|
| 2 |
-
torchvision==0.14.1+cpu
|
| 3 |
git+https://github.com/facebookresearch/detectron2.git
|
| 4 |
gradio
|
| 5 |
opencv-python
|
| 6 |
Pillow
|
| 7 |
numpy
|
| 8 |
-
requests
|
|
|
|
| 1 |
+
!pip install torch==1.13.1+cpu torchvision==0.14.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
| 2 |
git+https://github.com/facebookresearch/detectron2.git
|
| 3 |
gradio
|
| 4 |
opencv-python
|
| 5 |
Pillow
|
| 6 |
numpy
|
| 7 |
+
requests
|