Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
imrnh
/
docker-whisper-large-v3
like
1
Runtime error
App
Files
Files
Community
4b1ab59
docker-whisper-large-v3
/
app.py
imrnh
initial commit
a704e0d
12 months ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3"
).launch()