import whisper model = whisper.load_model("tiny") # Test fallback to soundfile if torchaudio/ffmpeg not available print("Whisper model loaded.")