Bils commited on
Commit
9819274
·
verified ·
1 Parent(s): 34f5771

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,15 +1,16 @@
 
 
1
  gradio==5.12.0
2
- torch==2.0.1
3
- transformers==4.34.0
4
- scipy==1.10.1
5
- pydub==0.25.1
6
- python-dotenv==1.0.0
7
- TTS==0.14.0
8
  huggingface_hub==0.25.1
9
- diffusers==0.20.2
10
- accelerate==0.20.3
11
- xformers==0.0.22
12
- numpy>=1.21.0,<1.27.0
13
  librosa==0.10.0
 
 
 
 
 
14
  soundfile==0.12.1
15
- protobuf>=3.9.2,<3.20
 
 
 
 
 
1
+ accelerate==0.20.3
2
+ diffusers==0.20.2
3
  gradio==5.12.0
 
 
 
 
 
 
4
  huggingface_hub==0.25.1
 
 
 
 
5
  librosa==0.10.0
6
+ numpy>=1.21.0,<1.27.0
7
+ pydub==0.25.1
8
+ python-dotenv==1.0.0
9
+ protobuf>=3.9.2,<3.20
10
+ scipy==1.10.1
11
  soundfile==0.12.1
12
+ torch==2.0.1
13
+ tokenizers==0.16.1
14
+ transformers==4.34.0
15
+ TTS==0.14.0
16
+ xformers==0.0.22