Spaces:
Runtime error
Runtime error
remove tensorflow version specifications
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
streamlit>=1.7.0
|
2 |
-
tensorflow-hub
|
3 |
-
tensorflow-cpu
|
4 |
-
numpy == 1.19.5
|
|
|
1 |
streamlit>=1.7.0
|
2 |
+
tensorflow-hub
|
3 |
+
tensorflow-cpu
|
|