DHEIVER commited on
Commit
f170576
·
verified ·
1 Parent(s): bb1e9e2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -5
requirements.txt CHANGED
@@ -1,5 +1,14 @@
1
- gradio
2
- moviepy
3
- pydub
4
- numpy
5
- moviepy
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio>=4.0.0
3
+ moviepy>=1.0.3
4
+ pydub>=0.25.1
5
+ numpy>=1.24.0
6
+
7
+ # Audio processing
8
+ ffmpeg-python>=0.2.0
9
+
10
+ # System requirements note:
11
+ # You also need to install FFmpeg on your system:
12
+ # Ubuntu/Debian: sudo apt-get install ffmpeg
13
+ # Windows: Download from https://ffmpeg.org/download.html
14
+ # macOS: brew install ffmpeg