Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
gr==2.4.2
|
2 |
-
numpy==1.19.5
|
3 |
pydub==0.25.1
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gr==2.4.2
|
|
|
2 |
pydub==0.25.1
|
3 |
+
numpy
|
4 |
+
scipy
|
5 |
+
soundfile
|
6 |
+
scikit-learn
|
7 |
+
joblib
|
8 |
+
decorator
|
9 |
+
resampy
|
10 |
+
numba
|