Spaces:
Runtime error
Runtime error
File size: 138 Bytes
3c14e97 |
1 2 3 4 |
from transformers import pipeline
whisper_model = pipeline("automatic-speech-recognition", model="openai/whisper-small", framework="pt")
|