Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
gradio>=3.50.2
|
2 |
-
|
|
|
3 |
torch>=2.0.0
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
7 |
deep-translator>=1.11.4
|
8 |
-
|
9 |
-
|
10 |
-
python-multipart>=0.0.6
|
11 |
-
openai-whisper>=20231117
|
12 |
-
edge-tts pydub asyncio
|
|
|
1 |
gradio>=3.50.2
|
2 |
+
git+https://github.com/openai/whisper.git
|
3 |
+
transformers>=4.30.0
|
4 |
torch>=2.0.0
|
5 |
+
sentencepiece
|
6 |
+
sacremoses
|
7 |
+
moviepy==1.0.3
|
8 |
+
ffmpeg-python
|
9 |
+
tqdm
|
10 |
deep-translator>=1.11.4
|
11 |
+
edge-tts
|
12 |
+
python-docx>=0.8.11
|
|
|
|
|
|