Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
setuptools
|
2 |
-
umap-learn
|
3 |
-
visdom
|
4 |
librosa==0.8.1
|
5 |
-
matplotlib>=3.3.0
|
6 |
numpy==1.19.3; platform_system == "Windows"
|
7 |
numpy==1.21.2; platform_system != "Windows"
|
8 |
scipy>=1.0.0
|
@@ -11,7 +11,7 @@ sounddevice
|
|
11 |
SoundFile
|
12 |
Unidecode
|
13 |
inflect
|
14 |
-
PyQt5
|
15 |
multiprocess
|
16 |
numba
|
17 |
webrtcvad; platform_system != "Windows"
|
@@ -19,10 +19,10 @@ pypinyin
|
|
19 |
# flask
|
20 |
# flask_wtf
|
21 |
# flask_cors==3.0.10
|
22 |
-
gevent==21.8.0
|
23 |
# flask_restx
|
24 |
tensorboard
|
25 |
-
streamlit==1.8.0
|
26 |
PyYAML==5.3.1
|
27 |
torch_complex
|
28 |
espnet
|
|
|
1 |
setuptools
|
2 |
+
# umap-learn
|
3 |
+
# visdom
|
4 |
librosa==0.8.1
|
5 |
+
# matplotlib>=3.3.0
|
6 |
numpy==1.19.3; platform_system == "Windows"
|
7 |
numpy==1.21.2; platform_system != "Windows"
|
8 |
scipy>=1.0.0
|
|
|
11 |
SoundFile
|
12 |
Unidecode
|
13 |
inflect
|
14 |
+
# PyQt5
|
15 |
multiprocess
|
16 |
numba
|
17 |
webrtcvad; platform_system != "Windows"
|
|
|
19 |
# flask
|
20 |
# flask_wtf
|
21 |
# flask_cors==3.0.10
|
22 |
+
# gevent==21.8.0
|
23 |
# flask_restx
|
24 |
tensorboard
|
25 |
+
# streamlit==1.8.0
|
26 |
PyYAML==5.3.1
|
27 |
torch_complex
|
28 |
espnet
|