Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
tensorflow
|
| 2 |
gradio>=4
|
| 3 |
facenet_pytorch
|
| 4 |
numpy
|
|
@@ -9,4 +9,4 @@ moviepy
|
|
| 9 |
librosa
|
| 10 |
torch
|
| 11 |
torchvision
|
| 12 |
-
ffmpeg-python
|
|
|
|
| 1 |
+
tensorflow==2.12.0
|
| 2 |
gradio>=4
|
| 3 |
facenet_pytorch
|
| 4 |
numpy
|
|
|
|
| 9 |
librosa
|
| 10 |
torch
|
| 11 |
torchvision
|
| 12 |
+
ffmpeg-python
|