Spaces:
Running
on
Zero
Running
on
Zero
Staticaliza
commited on
Commit
•
720a927
1
Parent(s):
ac08618
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate>=0.33.0
|
2 |
+
cached_path
|
3 |
+
click
|
4 |
+
datasets
|
5 |
+
einops>=0.8.0
|
6 |
+
einx>=0.3.0
|
7 |
+
ema_pytorch>=0.5.2
|
8 |
+
gradio
|
9 |
+
jieba
|
10 |
+
librosa
|
11 |
+
matplotlib
|
12 |
+
numpy<=1.26.4
|
13 |
+
pydub
|
14 |
+
pypinyin
|
15 |
+
safetensors
|
16 |
+
soundfile
|
17 |
+
tomli
|
18 |
+
torchdiffeq
|
19 |
+
tqdm>=4.65.0
|
20 |
+
transformers
|
21 |
+
vocos
|
22 |
+
wandb
|
23 |
+
x_transformers>=1.31.14
|