Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
2 |
-
opencv-python
|
3 |
-
matplotlib
|
4 |
-
|
|
|
|
|
|
|
|
1 |
+
tensorflow==2.15.0
|
2 |
+
opencv-python
|
3 |
+
matplotlib
|
4 |
+
gradio
|
5 |
+
opencv-python-headless
|
6 |
+
numpy
|
7 |
+
pillow
|