Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
-
torch==1.
|
3 |
-
torchvision==0.
|
4 |
-
torchaudio==0.
|
5 |
-
-f https://dl.fbaipublicfiles.com/detectron2/wheels/
|
6 |
detectron2==0.6
|
7 |
gradio
|
8 |
opencv-python
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
torch==1.12.1+cu116
|
3 |
+
torchvision==0.13.1+cu116
|
4 |
+
torchaudio==0.12.1
|
5 |
+
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu116/torch1.12/index.html
|
6 |
detectron2==0.6
|
7 |
gradio
|
8 |
opencv-python
|