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