update
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
gradio>=3.0
|
2 |
numpy
|
3 |
opencv-python
|
4 |
-
|
5 |
-
pandas
|
6 |
-
python-speech-features
|
7 |
onnxruntime
|
8 |
-
|
9 |
-
|
10 |
-
scikit-learn
|
|
|
|
|
|
1 |
numpy
|
2 |
opencv-python
|
3 |
+
pyttsx3
|
|
|
|
|
4 |
onnxruntime
|
5 |
+
librosa
|
6 |
+
sounddevice
|
7 |
+
scikit-learn
|
8 |
+
scipy
|