Update requirements.txt
Browse files- requirements.txt +3 -12
requirements.txt
CHANGED
|
@@ -1,14 +1,5 @@
|
|
| 1 |
-
# Core dependencies
|
| 2 |
gradio>=4.0.0
|
| 3 |
-
|
| 4 |
-
pydub>=0.25.1
|
| 5 |
numpy>=1.24.0
|
| 6 |
-
|
| 7 |
-
|
| 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
|
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
+
opencv-python>=4.8.0
|
|
|
|
| 3 |
numpy>=1.24.0
|
| 4 |
+
scipy>=1.11.0
|
| 5 |
+
soundfile>=0.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|