Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,12 @@ gradio>=4.0.0
|
|
| 2 |
faster-whisper>=0.10.0
|
| 3 |
yt-dlp>=2024.12.0
|
| 4 |
ffmpeg-python>=0.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
faster-whisper>=0.10.0
|
| 3 |
yt-dlp>=2024.12.0
|
| 4 |
ffmpeg-python>=0.2.0
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
+
faster-whisper>=0.10.0
|
| 7 |
+
openai-whisper>=20231117
|
| 8 |
+
yt-dlp>=2024.1.0
|
| 9 |
+
pydub>=0.25.1
|
| 10 |
+
torch>=2.0.0
|
| 11 |
+
torchaudio>=2.0.0
|
| 12 |
+
numpy<2.0.0
|
| 13 |
+
ffmpeg-python>=0.2.0
|