Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
transformers == 4.36.0
|
| 2 |
-
torch == 2.1.1
|
| 3 |
-
nltk ==3.8.1
|
| 4 |
-
|
|
|
|
| 5 |
gunicorn
|
|
|
|
| 1 |
+
transformers == 4.36.0
|
| 2 |
+
torch == 2.1.1
|
| 3 |
+
nltk ==3.8.1
|
| 4 |
+
numpy==1.21.0
|
| 5 |
+
flask
|
| 6 |
gunicorn
|