Elliot89 commited on
Commit
d993a39
·
verified ·
1 Parent(s): 3635a36

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -1,15 +1,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
  tensorflow==2.15.1
 
13
  deepface==0.0.92
14
  pydub==0.25.1
15
  Pillow==10.1.0
 
1
  Flask==3.0.0
 
2
  pandas==2.1.4
3
  numpy==1.26.2
4
  opencv-python-headless==4.8.1.78
5
  librosa==0.10.1
6
  soundfile==0.12.1
7
  torch==2.1.1
 
 
8
  transformers==4.36.2
9
  tensorflow==2.15.1
10
+ keras==2.15.0
11
  deepface==0.0.92
12
  pydub==0.25.1
13
  Pillow==10.1.0