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