Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit
|
2 |
moviepy
|
3 |
whisper
|
4 |
-
|
5 |
-
|
|
|
|
1 |
streamlit
|
2 |
moviepy
|
3 |
whisper
|
4 |
+
googletrans==4.0.0-rc1
|
5 |
+
gTTS
|
6 |
+
torch # Required for Whisper
|