Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
gradio>=3.50.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
sentencepiece
|
6 |
-
sacremoses
|
7 |
-
moviepy==1.0.3
|
8 |
-
ffmpeg-python
|
9 |
-
tqdm
|
10 |
deep-translator>=1.11.4
|
11 |
-
|
12 |
-
|
|
|
|
|
|
1 |
gradio>=3.50.2
|
2 |
+
whisper-openai>=20231117
|
3 |
+
edge-tts>=6.1.9
|
4 |
+
transformers>=4.35.2
|
|
|
|
|
|
|
|
|
|
|
5 |
deep-translator>=1.11.4
|
6 |
+
python-docx>=1.0.0
|
7 |
+
pydub>=0.25.1
|
8 |
+
python-multipart>=0.0.6
|
9 |
+
ffmpeg-python>=0.2.0
|