Bils commited on
Commit
c510040
·
verified ·
1 Parent(s): e96c552

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
  gradio==5.12.0
2
  torch==2.0.1
3
  transformers==4.31.0
4
- diffusers==0.20.2
5
- accelerate==0.20.3
6
- bitsandbytes>=0.40.0
7
  scipy==1.10.1
8
  pydub==0.25.1
9
- TTS==0.14.0 # For text-to-speech
10
- requests==2.31.0
11
  python-dotenv==1.0.0
12
- huggingface_hub>=0.25.1
13
- xformers==0.0.20 # Optimized attention support
14
- numpy==1.24.3
 
 
 
 
 
15
 
 
1
  gradio==5.12.0
2
  torch==2.0.1
3
  transformers==4.31.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.20
12
+ numpy>=1.21.0,<1.27.0
13
+ librosa==0.10.0
14
+
15