Update requirement.txt v1
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
gradio>=3.0
|
2 |
torch
|
3 |
torchvision
|
4 |
-
torchaudio
|
5 |
-
transformers
|
6 |
-
librosa
|
7 |
-
pandas
|
8 |
numpy
|
9 |
opencv-python
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
1 |
gradio>=3.0
|
2 |
torch
|
3 |
torchvision
|
|
|
|
|
|
|
|
|
4 |
numpy
|
5 |
opencv-python
|
6 |
+
librosa
|
7 |
+
transformers
|
8 |
+
pandas
|
9 |
+
python-speech-features
|
10 |
+
deepface
|