BIBLETUM commited on
Commit
5c17c33
·
verified ·
1 Parent(s): c652250

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.44.0
2
+ transformers>=4.44.0
3
+ accelerate>=0.34.0
4
+ torch
5
+ scipy
6
+ soundfile
7
+ librosa
8
+ pandas
9
+ numpy