hynt commited on
Commit
2a71ef4
·
1 Parent(s): fae191b

Push version 1 F5-TTS-Vietnamese-100h spaces

Browse files
f5_tts/__pycache__/api.cpython-310.pyc DELETED
Binary file (3.97 kB)
 
requirements.txt CHANGED
@@ -6,4 +6,30 @@ bitsandbytes>0.37.0
6
  vinorm
7
  cached_path
8
  huggingface_hub
9
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  vinorm
7
  cached_path
8
  huggingface_hub
9
+ gradio
10
+ torchdiffeq
11
+ accelerate>=0.33.0
12
+ cached_path
13
+ click
14
+ datasets
15
+ ema_pytorch>=0.5.2
16
+ gradio>=3.45.2
17
+ hydra-core>=1.3.0
18
+ jieba
19
+ librosa
20
+ matplotlib
21
+ numpy<=1.26.4
22
+ pydub
23
+ pypinyin
24
+ safetensors
25
+ soundfile
26
+ tomli
27
+ torch>=2.0.0
28
+ torchaudio>=2.0.0
29
+ torchdiffeq
30
+ tqdm>=4.65.0
31
+ transformers
32
+ transformers_stream_generator
33
+ vocos
34
+ wandb
35
+ x_transformers>=1.31.14