Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +23 -2
requirements.txt
CHANGED
@@ -1,8 +1,29 @@
|
|
1 |
Cython
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
hydra-core
|
4 |
pytorch_lightning
|
5 |
-
librosa
|
6 |
torchaudio
|
7 |
torch
|
8 |
transformers
|
|
|
1 |
Cython
|
2 |
+
braceexpand
|
3 |
+
editdistance
|
4 |
+
einops
|
5 |
+
g2p_en
|
6 |
+
ipywidgets
|
7 |
+
jiwer
|
8 |
+
kaldi-python-io
|
9 |
+
kaldiio
|
10 |
+
lhotse>=1.22.0
|
11 |
+
librosa>=0.10.0
|
12 |
+
marshmallow
|
13 |
+
matplotlib
|
14 |
+
packaging
|
15 |
+
pyannote.core
|
16 |
+
pyannote.metrics
|
17 |
+
pydub
|
18 |
+
pyloudnorm
|
19 |
+
resampy
|
20 |
+
ruamel.yaml
|
21 |
+
scipy>=0.14
|
22 |
+
soundfile
|
23 |
+
sox
|
24 |
+
texterrors
|
25 |
hydra-core
|
26 |
pytorch_lightning
|
|
|
27 |
torchaudio
|
28 |
torch
|
29 |
transformers
|