Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.13.0,
|
2 |
+
torchaudio>=0.13.0,
|
3 |
+
torchvision>=0.14.0,
|
4 |
+
tqdm,
|
5 |
+
gradio,
|
6 |
+
pyyaml,
|
7 |
+
einops,
|
8 |
+
chardet,
|
9 |
+
numpy<=1.23.5,
|
10 |
+
soundfile,
|
11 |
+
librosa==0.9.2,
|
12 |
+
scipy,
|
13 |
+
pandas,
|
14 |
+
torchlibrosa==0.0.9,
|
15 |
+
transformers==4.29.0,
|
16 |
+
progressbar,
|
17 |
+
ftfy,
|