Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchaudio
|
3 |
+
accelerate>=0.33.0
|
4 |
+
bitsandbytes>0.37.0
|
5 |
+
cached_path
|
6 |
+
click
|
7 |
+
datasets
|
8 |
+
ema_pytorch>=0.5.2
|
9 |
+
gradio
|
10 |
+
jieba
|
11 |
+
librosa
|
12 |
+
matplotlib
|
13 |
+
numpy<=1.26.4
|
14 |
+
pydub
|
15 |
+
pypinyin
|
16 |
+
safetensors
|
17 |
+
soundfile
|
18 |
+
tomli
|
19 |
+
torchdiffeq
|
20 |
+
tqdm>=4.65.0
|
21 |
+
transformers
|
22 |
+
vocos
|
23 |
+
wandb
|
24 |
+
x_transformers>=1.31.14
|
25 |
+
f5_tts @ git+https://huggingface.co/spaces/mrfakename/E2-F5-TTS
|
26 |
+
detoxify @ git+https://github.com/unitaryai/detoxify
|