aparna29 commited on
Commit
7a79dd3
·
verified ·
1 Parent(s): 1cd9d8f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -9
requirements.txt CHANGED
@@ -1,12 +1,29 @@
1
- gradio>=3.45.2
2
- f5-tts==1.0.8
3
- numpy>=1.21.0
4
- huggingface-hub>=0.19
5
- hf-transfer>=0.1.4
6
- protobuf<4
7
- click<8.1
8
- pydantic~=1.0
9
- transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
 
12
 
 
1
+ git+https://github.com/ai4bharat/IndicF5.git
2
+ # accelerate>=0.33.0
3
+ # cached_path
4
+ # click
5
+ # datasets
6
+ # ema_pytorch>=0.5.2
7
+ # hydra-core>=1.3.0
8
+ # jieba
9
+ # librosa
10
+ # matplotlib
11
+ # numpy<=1.26.4
12
+ # pydub
13
+ # pypinyin
14
+ # safetensors
15
+ # soundfile
16
+ # tomli
17
+ # torch>=2.0.0
18
+ # torchaudio>=2.0.0
19
+ # torchdiffeq
20
+ # tqdm>=4.65.0
21
+ # transformers
22
+ # transformers_stream_generator
23
+ # vocos
24
+ # wandb
25
+ # x_transformers>=1.31.14
26
+ spaces
27
 
28
 
29