Niko-NN commited on
Commit
b3c16b2
·
verified ·
1 Parent(s): 976488b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ torch>=1.10.0
2
+ numpy>=1.19.5
3
+ gradio>=3.0.0
4
+ pyannote.audio>=2.0.0
5
+ transformers>=4.18.0
6
+ pydub>=0.25.1
7
+ ffmpeg-python>=0.2.0