Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kemalpm
/
openai-whisper-large-v3
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
43d2cfd
openai-whisper-large-v3
/
app.py
kemalpm
initial commit
43d2cfd
over 1 year ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3"
).launch()