Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
@@ -2,11 +2,6 @@ opencv-python-headless
|
|
2 |
pandas
|
3 |
numpy
|
4 |
matplotlib
|
5 |
-
|
6 |
-
|
7 |
-
torch==1.11.0+cpu
|
8 |
-
torchvision==0.12.0+cpu
|
9 |
-
# Detectron
|
10 |
-
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/index.html
|
11 |
-
detectron2
|
12 |
grad-cam
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
matplotlib
|
5 |
+
torch
|
6 |
+
torchvision
|
|
|
|
|
|
|
|
|
|
|
7 |
grad-cam
|