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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -12
requirements.txt CHANGED
@@ -1,30 +1,24 @@
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
 
 
 
 
1
  f5-tts
2
 
3
+ # PyTorch & audio
4
  torch
5
  torchaudio
6
  librosa
7
  soundfile
8
 
9
+ # Hugging Face
 
 
 
 
 
10
  datasets
11
  huggingface-hub
12
 
13
+ # Web UI
14
  gradio==4.29.0
 
 
15
  fastapi<0.113.0
16
  uvicorn
17
 
18
+ # Utilities
19
  numpy
20
  scipy
21
  einops
22
  tqdm
23
+ protobuf<4
24
+ click<8.1