Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.16.0
|
2 |
+
openai-whisper==20231117
|
3 |
+
torch==2.1.0
|
4 |
+
transformers==4.36.0
|
5 |
+
yt-dlp==2023.12.30
|
6 |
+
ffmpeg-python==0.2.0
|
7 |
+
sentencepiece==0.1.99
|
8 |
+
protobuf==4.25.1
|
9 |
+
accelerate==0.25.0
|