Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
numpy
|
4 |
-
tensorflow
|
5 |
transformers
|
6 |
matplotlib
|
|
|
1 |
+
tensorflow==2.12.0
|
2 |
+
keras==2.12.0
|
3 |
streamlit
|
4 |
pandas
|
5 |
numpy
|
|
|
6 |
transformers
|
7 |
matplotlib
|