Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
numpy>=1.9.2
|
3 |
-
|
4 |
-
|
5 |
-
matplotlib>=1.4.3
|
6 |
-
scikit-learn>=0.18
|
|
|
1 |
+
streamlit
|
2 |
+
numpy>=1.9.2
|
3 |
+
tensorflow
|
4 |
+
transformers
|
|
|
|