Umadevi0305 commited on
Commit
43bf795
Β·
verified Β·
1 Parent(s): e6ed429

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -20
requirements.txt CHANGED
@@ -1,23 +1,30 @@
1
- accelerate
2
- cached_path
3
- click
4
- datasets
5
- einops
6
- einx
7
- ema_pytorch
8
- gradio
9
- jieba
10
  librosa
11
- matplotlib
12
- numpy
13
- pydub
14
- pypinyin
15
- safetensors
16
  soundfile
17
- tomli
18
- torchdiffeq
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  tqdm
20
- transformers
21
- vocos
22
- wandb
23
- x_transformers
 
1
+ # Core F5-TTS package (includes inference & training components)
2
+ f5-tts
3
+
4
+ # Audio and speech processing
5
+ torch
6
+ torchaudio
 
 
 
7
  librosa
 
 
 
 
 
8
  soundfile
9
+
10
+ # For command-line interface and configuration
11
+ click<8.1
12
+ pydantic~=1.0
13
+ protobuf<4
14
+
15
+ # Hugging Face ecosystem
16
+ datasets
17
+ huggingface-hub
18
+
19
+ # Web UI framework
20
+ gradio==4.29.0
21
+
22
+ # Supporting server frameworks
23
+ fastapi<0.113.0
24
+ uvicorn
25
+
26
+ # Utilities and mathematics
27
+ numpy
28
+ scipy
29
+ einops
30
  tqdm