Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -3,20 +3,20 @@ gradio==3.50.2
|
|
3 |
python-dotenv==1.0.0
|
4 |
tqdm==4.66.1
|
5 |
|
6 |
-
# Video
|
7 |
ffmpeg-python==0.2.0
|
8 |
-
moviepy==1.0.
|
9 |
pydub==0.25.1
|
10 |
-
imageio==2.31.1
|
11 |
-
imageio-ffmpeg==0.4.8
|
12 |
|
13 |
-
# Speech
|
14 |
assemblyai==0.15.1
|
15 |
gTTS==2.3.2
|
16 |
|
17 |
-
# Translation
|
18 |
deep-translator==1.9.2
|
19 |
-
pysrt==1.1.2
|
20 |
|
21 |
-
#
|
22 |
loguru==0.7.2
|
|
|
3 |
python-dotenv==1.0.0
|
4 |
tqdm==4.66.1
|
5 |
|
6 |
+
# Video/audio processing (USE THESE EXACT VERSIONS)
|
7 |
ffmpeg-python==0.2.0
|
8 |
+
moviepy==1.0.0 # Version that actually exists
|
9 |
pydub==0.25.1
|
10 |
+
imageio==2.31.1
|
11 |
+
imageio-ffmpeg==0.4.8
|
12 |
|
13 |
+
# Speech processing
|
14 |
assemblyai==0.15.1
|
15 |
gTTS==2.3.2
|
16 |
|
17 |
+
# Translation
|
18 |
deep-translator==1.9.2
|
19 |
+
pysrt==1.1.2
|
20 |
|
21 |
+
# Utilities
|
22 |
loguru==0.7.2
|