Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
tensorflow
|
2 |
-
tensorflow-probability
|
3 |
-
streamlit
|
4 |
-
matplotlib
|
5 |
numpy
|
|
|
1 |
+
tensorflow
|
2 |
+
tensorflow-probability
|
3 |
+
streamlit==1.22.0
|
4 |
+
matplotlib
|
5 |
numpy
|