Spaces:
Sleeping
Sleeping
File size: 397 Bytes
dc7a247 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Core AI/ML libraries torch==2.5.1 # Updated to meet whisperx's minimum requirement torchaudio==2.5.1 # Updated to match torch version transformers accelerate sentencepiece # Audio processing & Diarization pyannote.audio soundfile ffmpeg-python # Gradio for the UI gradio # WhisperX specific whisperx @ git+https://github.com/m-bain/whisperX.git # General utilities (often useful) numpy scipy |