Spaces:
Sleeping
Sleeping
Update requirements.txt
#1
by
rafaaa2105
- opened
- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
gradio==3.50.2
|
2 |
-
openai-whisper==20231117
|
3 |
moviepy==1.0.3
|
4 |
deep-translator==1.11.4
|
5 |
pydub==0.25.1
|
6 |
torch==2.0.1
|
7 |
-
|
|
|
8 |
ffmpeg-python==0.2.0
|
|
|
|
|
|
|
1 |
moviepy==1.0.3
|
2 |
deep-translator==1.11.4
|
3 |
pydub==0.25.1
|
4 |
torch==2.0.1
|
5 |
+
transformers==4.31.0
|
6 |
+
librosa==0.10.1
|
7 |
ffmpeg-python==0.2.0
|