Commit
·
2553f09
1
Parent(s):
04b2ce1
adding transformers to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ flask
|
|
2 |
gunicorn
|
3 |
pandas
|
4 |
torch
|
5 |
-
scikit-learn
|
|
|
|
2 |
gunicorn
|
3 |
pandas
|
4 |
torch
|
5 |
+
scikit-learn
|
6 |
+
transformers
|