asbgig commited on
Commit
256aa14
·
verified ·
1 Parent(s): 8d9fcd0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,9 +1,17 @@
1
- TTS==0.22.0
2
- gradio==4.44.1
3
- numpy==1.22.0
4
- scipy==1.11.4
5
  soundfile==0.12.1
6
  phonemizer-fork==3.3.2
 
 
 
7
  torch==2.2.2+cpu
8
  torchaudio==2.2.2+cpu
9
- -f https://download.pytorch.org/whl/cpu/torch_stable.html
 
 
 
 
 
 
 
 
1
+ # UI
2
+ gradio==4.36.1
 
 
3
  soundfile==0.12.1
4
  phonemizer-fork==3.3.2
5
+
6
+ # Torch CPU wheels
7
+ --extra-index-url https://download.pytorch.org/whl/cpu
8
  torch==2.2.2+cpu
9
  torchaudio==2.2.2+cpu
10
+
11
+ # Coqui TTS
12
+ TTS==0.22.0
13
+
14
+ # Pin Transformers BEFORE 4.50 to keep .generate()
15
+ transformers==4.49.0
16
+ tokenizers==0.21.4
17
+ safetensors>=0.4.3