Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
deep-translator
|
|
|
|
| 1 |
+
transformers==4.40.0
|
| 2 |
+
huggingface-hub==0.24.0
|
| 3 |
+
fastcoref==2.1.6
|
| 4 |
+
spacy==3.7.4
|
| 5 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 6 |
deep-translator
|