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...
14e5cd7
openai-whisper-large-v3-turbo
/
pytorch3
Sharfraz
Create pytorch3
3c14e97
verified
5 months ago
raw
Copy download link
history
blame
Safe
138 Bytes
from
transformers import pipeline
whisper_model = pipeline(
"automatic-speech-recognition"
,
model
=
"openai/whisper-small"
,
framework
=
"pt"
)