Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sharfraz
/
openai-whisper-large-v3-turbo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a13ecb
openai-whisper-large-v3-turbo
/
1
Sharfraz
Create 1
a08a4b1
verified
4 months ago
raw
Copy download link
history
blame
Safe
177 Bytes
from
transformers import pipeline
whisper_model = pipeline(
"automatic-speech-recognition"
,
model
=
"openai/whisper-small"
,
framework
=
"pt"
# Force PyTorch backend
)