Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -7
requirements.txt
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
-
|
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
|
12 |
-
numpy==1.23.1
|
|
|
1 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
2 |
gradio
|
3 |
opencv-python
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
pillow
|
6 |
scipy
|
|