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...
Sharfraz
commited on
Nov 26, 2024
Commit
3c14e97
·
verified
·
1 Parent(s):
9704c83
Create pytorch3
Browse files
Files changed (1)
hide
show
pytorch3
+3
-0
pytorch3
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from transformers import pipeline
2
+
3
+
whisper_model = pipeline("automatic-speech-recognition", model="openai/whisper-small", framework="pt")