citoreh commited on
Commit
75e8437
·
verified ·
1 Parent(s): f5c2853

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ torchaudio>=2.0.0
4
+ transformers>=4.30.0
5
+ accelerate>=0.20.0
6
+ scipy>=1.10.0
7
+ soundfile>=0.12.0
8
+ gradio>=4.0.0
9
+ moviepy>=1.0.3
10
+ Pillow>=9.5.0
11
+ numpy>=1.24.0