Bils commited on
Commit
c8203cd
·
verified ·
1 Parent(s): d7d2e3d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  gradio==5.12.0
2
  torch==2.0.1
3
  transformers==4.31.0
4
- diffusers==0.19.3 # Ensure compatibility with cached_download
5
  accelerate==0.20.3
6
  bitsandbytes>=0.40.0
7
  scipy==1.10.1
@@ -9,9 +9,9 @@ pydub==0.25.1
9
  TTS==0.14.0
10
  requests==2.31.0
11
  python-dotenv==1.0.0
12
- huggingface_hub==0.14.1 # Compatible with diffusers 0.19.3
13
  xformers==0.0.20
14
- numpy==1.23.5
15
 
16
 
17
 
 
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
 
9
  TTS==0.14.0
10
  requests==2.31.0
11
  python-dotenv==1.0.0
12
+ huggingface_hub>=0.25.1
13
  xformers==0.0.20
14
+ numpy==1.24.3
15
 
16
 
17