Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
felixhsiehkinsus
/
openai-whisper-large-v3
like
0
Sleeping
App
Files
Files
Community
main
openai-whisper-large-v3
/
app.py
felixhsiehkinsus
initial commit
5d3f8d9
verified
8 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()