Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NLPuzzle
/
openai-whisper-large-v3
like
0
Runtime error
App
Files
Files
Community
1
f0fc2d5
openai-whisper-large-v3
/
app.py
NLPuzzle
initial commit
f0fc2d5
about 1 year ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3"
).launch()