Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
streamlit
|
2 |
tensorflow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
tensorflow
|
3 |
+
keras
|
4 |
+
tensorflow # Replace <keras_version> with the Keras version used during training
|
5 |
+
pandas
|
6 |
+
numpy
|
7 |
+
nltk
|
8 |
+
matplotlib
|
9 |
+
seaborn
|