ashishkblink commited on
Commit
fb90de7
·
verified ·
1 Parent(s): dcc8cc6

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -6
requirements.txt CHANGED
@@ -1,9 +1,18 @@
1
- TTS>=0.22.0
2
- gradio>=4.0.0,<5.0.0
3
  torch>=2.0.0
4
  torchaudio>=2.0.0
5
- numpy>=1.21.0
6
- scipy>=1.7.0
7
- librosa>=0.9.0
8
- soundfile>=0.10.0
 
 
 
 
 
 
 
 
 
 
9
 
 
1
+ gradio>=4.0.0
 
2
  torch>=2.0.0
3
  torchaudio>=2.0.0
4
+ transformers<4.50
5
+ soundfile
6
+ numpy<=1.26.4
7
+ vocos
8
+ cached_path
9
+ accelerate>=0.33.0
10
+ safetensors
11
+ tqdm>=4.65.0
12
+ matplotlib
13
+ pydub
14
+ huggingface_hub
15
+ x_transformers>=1.31.14
16
+ ema_pytorch>=0.5.2
17
+ torchdiffeq
18