Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -3,11 +3,10 @@ yt-dlp
|
|
| 3 |
moviepy~=1.0.3
|
| 4 |
openai~=1.45.0
|
| 5 |
python-dotenv~=1.0.0
|
| 6 |
-
torchaudio~=2.4.1
|
| 7 |
torch~=2.4.1
|
| 8 |
transformers~=4.45.1
|
| 9 |
-
requests~=2.32.3
|
| 10 |
pyannote.audio
|
| 11 |
numpy~=1.26.0
|
| 12 |
soundfile~=0.12.1
|
| 13 |
-
|
|
|
|
|
|
| 3 |
moviepy~=1.0.3
|
| 4 |
openai~=1.45.0
|
| 5 |
python-dotenv~=1.0.0
|
|
|
|
| 6 |
torch~=2.4.1
|
| 7 |
transformers~=4.45.1
|
|
|
|
| 8 |
pyannote.audio
|
| 9 |
numpy~=1.26.0
|
| 10 |
soundfile~=0.12.1
|
| 11 |
+
ffmpeg-python~=0.2.0
|
| 12 |
+
openai-whisper
|