Elliot89 commited on
Commit
31d9b9d
·
verified ·
1 Parent(s): 920c4ed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -19
requirements.txt CHANGED
@@ -1,19 +1,12 @@
1
- # requirements.txt
2
-
3
- Flask
4
- pandas
5
- numpy
6
- opencv-python
7
- deepface
8
- librosa
9
- torch
10
- transformers
11
- soundfile
12
- gunicorn
13
- tf-keras
14
- accelerate
15
- safetensors
16
- mediapipe
17
- sentencepiece
18
- scipy
19
- requests
 
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
+ deepface==0.0.79
11
+ pydub==0.25.1
12
+ Pillow==10.1.0