Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
tensorflow-cpu
|
2 |
-
numpy
|
3 |
-
opencv-python
|
4 |
-
gradio
|
|
|
1 |
+
tensorflow-cpu==2.12.1
|
2 |
+
numpy==1.24.2
|
3 |
+
opencv-python==4.7.0.72
|
4 |
+
gradio==3.16.1
|