update requirement v3
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
gradio>=3.0
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
numpy
|
5 |
opencv-python
|
6 |
librosa
|
7 |
transformers
|
8 |
pandas
|
9 |
python-speech-features
|
10 |
-
|
|
|
|
|
|
1 |
gradio>=3.0
|
|
|
|
|
2 |
numpy
|
3 |
opencv-python
|
4 |
librosa
|
5 |
transformers
|
6 |
pandas
|
7 |
python-speech-features
|
8 |
+
onnxruntime
|
9 |
+
requests
|
10 |
+
opencv-contrib-python
|