Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,3 +3,4 @@ gradio
|
|
3 |
moviepy
|
4 |
torch # PyTorch for Whisper
|
5 |
sentencepiece # Required for M2M100 and MarianMT translation models
|
|
|
|
3 |
moviepy
|
4 |
torch # PyTorch for Whisper
|
5 |
sentencepiece # Required for M2M100 and MarianMT translation models
|
6 |
+
librosa # Required for audio processing
|