Spaces:
Build error
Build error
add tensorflow into requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ flax>=0.2.2
|
|
5 |
opencv-python>=4.4.0
|
6 |
Pillow>=7.2.0
|
7 |
streamlit==0.84.1
|
8 |
-
googledrivedownloader==0.4
|
|
|
|
5 |
opencv-python>=4.4.0
|
6 |
Pillow>=7.2.0
|
7 |
streamlit==0.84.1
|
8 |
+
googledrivedownloader==0.4
|
9 |
+
tensorflow>=2.3.1
|