unijoh commited on
Commit
b9b96dc
1 Parent(s): 2b96c49

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,17 +1,17 @@
1
- transformers
2
  datasets
3
  huggingface-hub>=0.19
4
  hf-transfer>=0.1.4
5
  protobuf<4
6
  click<8.1
7
  pydantic~=1.0
8
- librosa
9
- torch
10
- torchaudio
11
  scipy
12
  Cython==0.29.21
13
  phonemizer==2.2.1
14
  scikit-learn
15
  matplotlib
16
- gradio
17
  sentencepiece
 
1
+ transformers==4.10.3
2
  datasets
3
  huggingface-hub>=0.19
4
  hf-transfer>=0.1.4
5
  protobuf<4
6
  click<8.1
7
  pydantic~=1.0
8
+ librosa==0.8.1
9
+ torch==1.10.0
10
+ torchaudio=0.10.0
11
  scipy
12
  Cython==0.29.21
13
  phonemizer==2.2.1
14
  scikit-learn
15
  matplotlib
16
+ gradio==3.1.4
17
  sentencepiece