Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +1 -1
requirement.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
keras==2.10.0
|
2 |
pandas
|
3 |
Pillow
|
4 |
streamlit
|
5 |
numpy
|
6 |
tensorflow
|
|
|
7 |
streamlit-drawable-canvas
|
8 |
opencv-contrib-python==4.6.0.66
|
9 |
opencv-python==4.6.0.66
|
|
|
|
|
1 |
pandas
|
2 |
Pillow
|
3 |
streamlit
|
4 |
numpy
|
5 |
tensorflow
|
6 |
+
keras<3.0.0
|
7 |
streamlit-drawable-canvas
|
8 |
opencv-contrib-python==4.6.0.66
|
9 |
opencv-python==4.6.0.66
|