Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
opencv-python
|
2 |
deepface
|
3 |
gradio
|
@@ -5,3 +7,4 @@ sounddevice
|
|
5 |
soundfile
|
6 |
scipy
|
7 |
numpy
|
|
|
|
1 |
+
tensorflow==2.10.1
|
2 |
+
tf-keras
|
3 |
opencv-python
|
4 |
deepface
|
5 |
gradio
|
|
|
7 |
soundfile
|
8 |
scipy
|
9 |
numpy
|
10 |
+
|