Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
antfraia
/
Whisper
like
0
Sleeping
App
Files
Files
Community
main
Whisper
/
app.py
antfraia
initial commit
a01d2dc
verified
9 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()