Spaces:
Sleeping
Sleeping
create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
+
openai-whisper>=20231117
|
4 |
+
pydub>=0.25.1
|
5 |
+
ffmpeg-python>=0.2.0
|