citoreh commited on
Commit
16af9db
·
verified ·
1 Parent(s): 814d260

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  torch>=2.0.0
2
  transformers>=4.30.0
3
  gradio==4.44.0
 
 
4
  soundfile>=0.12.0
5
  imageio>=2.31.1
6
- imageio-ffmpeg>=0.4.8
7
- moviepy==1.0.3
8
- opencv-python-headless>=4.5.0
9
- decorator>=4.4.2
 
1
  torch>=2.0.0
2
  transformers>=4.30.0
3
  gradio==4.44.0
4
+ Pillow>=9.5.0
5
+ numpy>=1.24.0
6
  soundfile>=0.12.0
7
  imageio>=2.31.1
8
+ scipy>=1.10.0
9
+ accelerate>=0.20.0