rane777 commited on
Commit
238464d
·
verified ·
1 Parent(s): e400519

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ torch>=2.0.0
3
+ transformers>=4.35.0
4
+ datasets>=2.14.0
5
+ opencv-python>=4.8.0
6
+ pillow>=10.0.0
7
+ numpy>=1.24.0
8
+ soundfile>=0.12.0
9
+ accelerate>=0.24.0
10
+ sentencepiece>=0.1.99
11
+ protobuf>=3.20.0
12
+ librosa>=0.10.0
13
+ scipy>=1.10.0