Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
-
tensorflow
|
| 3 |
-
numpy
|
| 4 |
pillow
|
|
|
|
| 1 |
+
streamlit==1.32.0
|
| 2 |
+
tensorflow==2.13.0
|
| 3 |
+
numpy==1.23.5
|
| 4 |
pillow
|