dronesplace commited on
Commit
e71b78f
·
verified ·
1 Parent(s): 9960047

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=3.30
2
+ transformers>=4.35
3
+ torch>=2.0.0
4
+ sentencepiece
5
+ whisper==1.0.0
6
+ # faster-whisper optional (faster on CPU if available)
7
+ faster-whisper>=0.8.2
8
+ pydub
9
+ moviepy
10
+ gTTS
11
+ soundfile
12
+ numpy
13
+ Pillow
14
+ ffmpeg-python
15
+