Spaces:
Runtime error
Runtime error
added reqs
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
nltk
|
2 |
+
Cython
|
3 |
+
numpy
|
4 |
+
torch
|
5 |
+
torchaudio
|
6 |
+
matplotlib
|
7 |
+
einops
|
8 |
+
inflect
|
9 |
+
Unidecode
|
10 |
+
librosa
|
11 |
+
scipy
|
12 |
+
tqdm
|
13 |
+
tensorboard
|