Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
SilviaRM
/
openai-whisper-large-v3
like
0
Sleeping
App
Files
Files
Community
1b2b746
openai-whisper-large-v3
/
app.py
SilviaRM
initial commit
1b2b746
10 months ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3"
).launch()