Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,11 @@ opencv-python-headless==4.8.1.78
|
|
| 6 |
librosa==0.10.1
|
| 7 |
soundfile==0.12.1
|
| 8 |
torch==2.1.1
|
|
|
|
|
|
|
| 9 |
transformers==4.36.2
|
| 10 |
-
|
|
|
|
| 11 |
pydub==0.25.1
|
| 12 |
Pillow==10.1.0
|
|
|
|
|
|
| 6 |
librosa==0.10.1
|
| 7 |
soundfile==0.12.1
|
| 8 |
torch==2.1.1
|
| 9 |
+
torchvision==0.16.1
|
| 10 |
+
torchaudio==2.1.1
|
| 11 |
transformers==4.36.2
|
| 12 |
+
tensorflow==2.15.1
|
| 13 |
+
deepface==0.0.92
|
| 14 |
pydub==0.25.1
|
| 15 |
Pillow==10.1.0
|
| 16 |
+
audioread==3.0.1
|