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