Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit
|
2 |
-
streamlit
|
3 |
moviepy
|
4 |
whisper
|
5 |
googletrans==4.0.0-rc1
|
6 |
gTTS
|
7 |
-
httpcore==0.13.6
|
|
|
|
1 |
streamlit
|
|
|
2 |
moviepy
|
3 |
whisper
|
4 |
googletrans==4.0.0-rc1
|
5 |
gTTS
|
6 |
+
httpcore==0.13.6
|
7 |
+
ffmpeg-python # Ensures ffmpeg bindings
|