Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crimbo66
/
openai-whisper-large
like
1
Running
App
Files
Files
Community
89cdf4b
openai-whisper-large
/
app.py
crimbo66
initial commit
89cdf4b
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()