Sharfraz's picture
Create pytorch3
3c14e97 verified
raw
history blame contribute delete
138 Bytes
from transformers import pipeline
whisper_model = pipeline("automatic-speech-recognition", model="openai/whisper-small", framework="pt")