Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
antfraia
/
Whisper
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Whisper
/
app.py
antfraia
initial commit
a01d2dc
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3"
).launch()