Spaces:
Runtime error
Runtime error
fix for tf1 compat
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
tensorflow==2.2.0
|
|
|
2 |
tf_slim
|
3 |
scikit-image
|
4 |
opencv-python-headless
|
|
|
1 |
tensorflow==2.2.0
|
2 |
+
numpy==1.18.5
|
3 |
tf_slim
|
4 |
scikit-image
|
5 |
opencv-python-headless
|