Spaces:
Runtime error
Runtime error
Add torch to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
spacy == 3.2.0
|
|
|
2 |
transformers == 4.11.3
|
|
|
1 |
spacy == 3.2.0
|
2 |
+
torch==1.5.1
|
3 |
transformers == 4.11.3
|