Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ google-generativeai
|
|
3 |
huggingface-hub
|
4 |
httpx>=0.24.1,<1.0
|
5 |
langdetect
|
6 |
-
deep-translator
|
7 |
numpy
|
8 |
ffmpy
|
9 |
pyyaml<7.0,>=5.0
|
|
|
3 |
huggingface-hub
|
4 |
httpx>=0.24.1,<1.0
|
5 |
langdetect
|
6 |
+
googletrans # deep-translator
|
7 |
numpy
|
8 |
ffmpy
|
9 |
pyyaml<7.0,>=5.0
|