k1ngtai commited on
Commit
d2e69c1
1 Parent(s): 81ca94f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,11 +1,14 @@
 
 
 
1
  librosa
2
- git+https://github.com/huggingface/transformers.git
3
  torch
4
  Cython==0.29.21
5
  phonemizer==2.2.1
6
  scipy
7
  numpy
8
- torchvision
9
  matplotlib
10
  Unidecode==1.1.1
11
  monotonic-align
 
1
+ pip>=23.2
2
+ gradio_client==0.2.7
3
+ accelerate
4
  librosa
5
+ transformers
6
  torch
7
  Cython==0.29.21
8
  phonemizer==2.2.1
9
  scipy
10
  numpy
11
+ torchaudio
12
  matplotlib
13
  Unidecode==1.1.1
14
  monotonic-align