Spaces:
Runtime error
Runtime error
from transformers import pipeline | |
whisper_model = pipeline("automatic-speech-recognition", model="openai/whisper-small", framework="pt") | |