Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
satozen
/
openai-whisper-large-v2
like
2
Sleeping
App
Files
Files
Community
df34cd6
openai-whisper-large-v2
/
app.py
satozen
initial commit
df34cd6
almost 2 years ago
raw
Copy download link
history
blame
Safe
81 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/openai/whisper-large-v2"
).launch()