Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ opencv-python==4.9.0.80
|
|
| 2 |
tensorflow==2.16.1
|
| 3 |
numpy==1.24.4
|
| 4 |
gradio==3.32.0
|
| 5 |
-
keras==3.3.3
|
|
|
|
|
|
| 2 |
tensorflow==2.16.1
|
| 3 |
numpy==1.24.4
|
| 4 |
gradio==3.32.0
|
| 5 |
+
keras==3.3.3
|
| 6 |
+
keras-cv
|