Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
gradio
|
2 |
-
tensorflow==2.
|
3 |
-
numpy
|
4 |
opencv-python
|
|
|
1 |
gradio
|
2 |
+
tensorflow==2.17.0
|
3 |
+
numpy==1.24.3
|
4 |
opencv-python
|