Upload requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
ffmpeg-python
|
3 |
+
git+https://github.com/openai/whisper.git
|
4 |
+
moviepy
|
5 |
+
torch
|