Spaces:
Build error
Build error
TheComputerMan
commited on
Commit
•
fa8bcd9
1
Parent(s):
4639a08
Upload requirements.txt
Browse files- requirements.txt +85 -0
requirements.txt
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
appdirs~=1.4.4
|
2 |
+
attrs~=21.2.0
|
3 |
+
audioread~=2.1.9
|
4 |
+
auraloss~=0.2.1
|
5 |
+
certifi~=2021.5.30
|
6 |
+
cffi~=1.14.6
|
7 |
+
charset-normalizer~=2.0.4
|
8 |
+
clldutils~=3.9.0
|
9 |
+
colorama~=0.4.4
|
10 |
+
colorlog~=6.4.1
|
11 |
+
commonmark~=0.9.1
|
12 |
+
csvw~=1.11.0
|
13 |
+
cycler~=0.10.0
|
14 |
+
Cython~=0.29.24
|
15 |
+
decorator~=5.0.9
|
16 |
+
editdistance~=0.5.3
|
17 |
+
emoji~=1.4.2
|
18 |
+
filelock~=3.0.12
|
19 |
+
ftfy~=6.0.3
|
20 |
+
future~=0.18.2
|
21 |
+
graphviz~=0.17
|
22 |
+
huggingface-hub~=0.0.16
|
23 |
+
HyperPyYAML~=1.0.0
|
24 |
+
idna~=3.2
|
25 |
+
isodate~=0.6.0
|
26 |
+
jiwer~=2.2.1
|
27 |
+
joblib~=1.0.1
|
28 |
+
kiwisolver~=1.3.2
|
29 |
+
librosa~=0.8.1
|
30 |
+
llvmlite~=0.37.0
|
31 |
+
matplotlib~=3.4.3
|
32 |
+
munkres~=1.1.4
|
33 |
+
numba~=0.54.0
|
34 |
+
numpy~=1.20.3
|
35 |
+
packaging~=21.0
|
36 |
+
panphon~=0.19
|
37 |
+
pedalboard~=0.3.11
|
38 |
+
phonemizer~=2.2.2
|
39 |
+
Pillow~=8.3.2
|
40 |
+
pooch~=1.5.1
|
41 |
+
pycparser~=2.20
|
42 |
+
Pygments~=2.10.0
|
43 |
+
pyloudnorm~=0.1.0
|
44 |
+
pyparsing~=2.4.7
|
45 |
+
pysndfx~=0.3.6
|
46 |
+
PySocks~=1.7.1
|
47 |
+
python-dateutil~=2.8.2
|
48 |
+
python-Levenshtein~=0.12.2
|
49 |
+
pyworld~=0.3.0
|
50 |
+
PyYAML~=5.4.1
|
51 |
+
regex~=2021.8.28
|
52 |
+
requests~=2.26.0
|
53 |
+
resampy~=0.2.2
|
54 |
+
rfc3986~=1.5.0
|
55 |
+
rich~=9.10.0
|
56 |
+
ruamel.yaml~=0.17.16
|
57 |
+
ruamel.yaml.clib~=0.2.6
|
58 |
+
scikit-learn~=0.24.2
|
59 |
+
scipy~=1.7.1
|
60 |
+
segments~=2.2.0
|
61 |
+
sentencepiece~=0.1.96
|
62 |
+
six~=1.16.0
|
63 |
+
sklearn~=0.0
|
64 |
+
sounddevice~=0.4.2
|
65 |
+
SoundFile~=0.10.3.post1
|
66 |
+
speechbrain~=0.5.10
|
67 |
+
tabulate~=0.8.9
|
68 |
+
threadpoolctl~=2.2.0
|
69 |
+
torch~=1.10.1
|
70 |
+
torch-complex~=0.2.1
|
71 |
+
torchaudio~=0.10.1
|
72 |
+
torchvision~=0.11.2
|
73 |
+
torchviz~=0.0.2
|
74 |
+
tqdm~=4.62.2
|
75 |
+
typing-extensions~=3.10.0.2
|
76 |
+
unicodecsv~=0.14.1
|
77 |
+
Unidecode~=1.2.0
|
78 |
+
unsilence~=1.0.8
|
79 |
+
uritemplate~=3.0.1
|
80 |
+
urllib3~=1.26.6
|
81 |
+
wcwidth~=0.2.5
|
82 |
+
wincertstore~=0.2
|
83 |
+
gradio
|
84 |
+
jinja2
|
85 |
+
gdown==4.2.1
|