Added requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,9 +2,9 @@ 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
|
|
|
|
|
|
| 2 |
numpy
|
| 3 |
opencv-python
|
| 4 |
librosa
|
|
|
|
| 5 |
pandas
|
| 6 |
python-speech-features
|
| 7 |
onnxruntime
|
| 8 |
requests
|
| 9 |
+
opencv-contrib-python
|
| 10 |
+
scikit-learn
|