Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
elsh2001
/
openai-whisper-large-v3-turbo
like
0
Running
App
Files
Files
Community
main
openai-whisper-large-v3-turbo
/
app.py
elsh2001
initial commit
e0da228
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3-turbo"
).launch()