Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
|
2 |
# Core dependencies
|
3 |
gradio>=4.0.0
|
4 |
python-dotenv==1.0.0
|
5 |
tqdm==4.66.1
|
6 |
|
7 |
# Video/audio processing (USE THESE EXACT VERSIONS)
|
8 |
-
ffmpeg-python
|
9 |
-
#moviepy==1.0.3 --only-binary :all:
|
10 |
moviepy==2.1.2
|
11 |
imageio==2.31.1
|
12 |
imageio-ffmpeg==0.4.8
|
|
|
|
|
1 |
# Core dependencies
|
2 |
gradio>=4.0.0
|
3 |
python-dotenv==1.0.0
|
4 |
tqdm==4.66.1
|
5 |
|
6 |
# Video/audio processing (USE THESE EXACT VERSIONS)
|
7 |
+
ffmpeg-python
|
|
|
8 |
moviepy==2.1.2
|
9 |
imageio==2.31.1
|
10 |
imageio-ffmpeg==0.4.8
|