Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
-
torch==1.
|
3 |
-
torchvision==0.
|
4 |
-
torchaudio==0.
|
|
|
|
|
5 |
gradio
|
6 |
opencv-python
|
7 |
git+https://github.com/huggingface/transformers.git
|
8 |
-
git+https://github.com/facebookresearch/detectron2.git
|
9 |
pillow
|
10 |
scipy
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
torch==1.10.1+cu111
|
3 |
+
torchvision==0.11.2+cu111
|
4 |
+
torchaudio==0.10.1
|
5 |
+
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.10/index.html
|
6 |
+
detectron2==0.6
|
7 |
gradio
|
8 |
opencv-python
|
9 |
git+https://github.com/huggingface/transformers.git
|
|
|
10 |
pillow
|
11 |
scipy
|