Spaces:
Build error
Build error
added file
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==1.3.4
|
2 |
+
numpy==1.21.4
|
3 |
+
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
4 |
+
torch==1.10.0+cu113
|
5 |
+
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
6 |
+
torchvision==0.11.1+cu113
|
7 |
+
matplotlib==3.5.0
|
8 |
+
pycocotools==2.0.3
|
9 |
+
scikit-image==0.19.0
|
10 |
+
Pillow==8.4.0
|
11 |
+
opencv-python==4.5.4.60
|
12 |
+
tqdm==4.62.3
|
13 |
+
streamlit==1.2.0
|
14 |
+
ffmpeg==1.4
|
15 |
+
gdown==4.2.0
|