Anadir librosa y soundfile, que necesita el feature extractor de Parakeet
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -18,6 +18,11 @@ accelerate
|
|
| 18 |
# ffmpeg
|
| 19 |
ffmpeg-python
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
# Download youtube and twitch videos
|
| 22 |
# pytube lleva años roto para YouTube; yt-dlp es lo que funciona
|
| 23 |
yt-dlp
|
|
|
|
| 18 |
# ffmpeg
|
| 19 |
ffmpeg-python
|
| 20 |
|
| 21 |
+
# El feature extractor de Parakeet las usa internamente para calcular el
|
| 22 |
+
# espectrograma; sin ellas AutoProcessor.from_pretrained lanza ImportError
|
| 23 |
+
librosa
|
| 24 |
+
soundfile
|
| 25 |
+
|
| 26 |
# Download youtube and twitch videos
|
| 27 |
# pytube lleva años roto para YouTube; yt-dlp es lo que funciona
|
| 28 |
yt-dlp
|