Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zedt
/
openai-whisper-large
like
0
Sleeping
App
Files
Files
Community
7be1d98
openai-whisper-large
/
app.py
zedt
initial commit
7be1d98
about 1 year ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/openai/whisper-large"
).launch()