Spaces:
Runtime error
Runtime error
rileho3909
commited on
Commit
•
a5eab75
1
Parent(s):
76c9d42
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
inflect==5.3.0
|
2 |
+
librosa==0.8.1
|
3 |
+
matplotlib==3.5.1
|
4 |
+
numpy==1.20.3
|
5 |
+
Pillow==8.4.0
|
6 |
+
PyQt5==5.15.6
|
7 |
+
scikit-learn==1.0.2
|
8 |
+
scipy==1.7.3
|
9 |
+
sounddevice==0.4.3
|
10 |
+
SoundFile==0.10.3.post1
|
11 |
+
tqdm==4.62.3
|
12 |
+
umap-learn==0.5.2
|
13 |
+
Unidecode==1.3.2
|
14 |
+
urllib3==1.26.7
|
15 |
+
visdom==0.1.8.9
|
16 |
+
webrtcvad==2.0.10
|