Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
streamlit
|
2 |
moviepy
|
3 |
-
git+https://github.com/openai/whisper.git
|
4 |
translate
|
5 |
gTTS
|
6 |
ffmpeg-python
|
7 |
-
numpy
|
8 |
indic-transliteration
|
9 |
azure-cognitiveservices-speech
|
10 |
-
Pillow
|
11 |
-
imageio[ffmpeg]
|
12 |
-
imagemagick # Ensure ImageMagick is
|
|
|
1 |
streamlit
|
2 |
moviepy
|
3 |
+
git+https://github.com/openai/whisper.git
|
4 |
translate
|
5 |
gTTS
|
6 |
ffmpeg-python
|
7 |
+
numpy
|
8 |
indic-transliteration
|
9 |
azure-cognitiveservices-speech
|
10 |
+
Pillow
|
11 |
+
imageio[ffmpeg]
|
12 |
+
imagemagick # Ensure ImageMagick is installed separately if needed
|