import whisper model = whisper.load_model("turbo") result = model.transcribe("audio.mp3") print(result["text"])