Spaces:
Runtime error
Runtime error
Update requirements
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -2,4 +2,11 @@ boto3
|
|
2 |
nltk
|
3 |
pillow==6.2
|
4 |
fbpca
|
5 |
-
ninja
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
nltk
|
3 |
pillow==6.2
|
4 |
fbpca
|
5 |
+
ninja
|
6 |
+
torch==1.9.0+cu102
|
7 |
+
torchvision==0.10.0+cu102
|
8 |
+
torchtext==0.10.0
|
9 |
+
scikit_learn==1.0
|
10 |
+
scikit-image==0.18.3
|
11 |
+
tqdm==4.49.0
|
12 |
+
gdown
|