Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,17 +1,22 @@
|
|
| 1 |
Flask==3.0.0
|
| 2 |
-
gunicorn==21.2.0
|
| 3 |
pandas==2.1.4
|
| 4 |
numpy==1.26.2
|
| 5 |
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 |
pydub==0.25.1
|
| 11 |
Pillow==10.1.0
|
| 12 |
audioread==3.0.1
|
|
|
|
|
|
|
| 13 |
tensorflow==2.15.1
|
| 14 |
-
keras==2.15.
|
| 15 |
deepface==0.0.92
|
| 16 |
mtcnn==0.1.1
|
| 17 |
retina-face==0.0.13
|
|
|
|
|
|
| 1 |
Flask==3.0.0
|
| 2 |
+
gunicorn==21.2.0
|
| 3 |
pandas==2.1.4
|
| 4 |
numpy==1.26.2
|
| 5 |
opencv-python-headless==4.8.1.78
|
| 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 |
pydub==0.25.1
|
| 13 |
Pillow==10.1.0
|
| 14 |
audioread==3.0.1
|
| 15 |
+
|
| 16 |
+
# --- CRITICAL: TensorFlow and Keras Compatibility Fix ---
|
| 17 |
tensorflow==2.15.1
|
| 18 |
+
tf-keras==2.15.1 # This is the key fix!
|
| 19 |
deepface==0.0.92
|
| 20 |
mtcnn==0.1.1
|
| 21 |
retina-face==0.0.13
|
| 22 |
+
# -------------------------------------------------------------
|