Update requirements.txt
Browse files- requirements.txt +14 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|