Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
gTTS
|
3 |
+
openai-whisper
|
4 |
+
moviepy
|
5 |
+
ffmpeg-python
|
6 |
+
imageio-ffmpeg
|
7 |
+
torchaudio
|
8 |
+
torch
|