Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
ngram==3.3.2
|
4 |
+
nltk==3.6.2
|
5 |
+
rouge-score==0.0.4
|
6 |
+
tqdm==4.49.0
|
7 |
+
sklearn==0.0
|
8 |
+
setuptools==52.0.0
|
9 |
+
transformers
|