Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pablocst
/
openai-whisper-large-v3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a1f8e2
openai-whisper-large-v3
/
app.py
pablocst
initial commit
2a1f8e2
over 1 year ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3"
).launch()