Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hackergeek98
/
openai-whisper-large-v3-turbo
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
openai-whisper-large-v3-turbo
/
app.py
hackergeek98
initial commit
d916304
verified
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3-turbo"
,
provider=
"hf-inference"
,
).launch()