Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/whisper
charliebaby2023
/
whisper
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
990b4f2
whisper
/
app.py
abidlabs
HF staff
initial commit
990b4f2
verified
10 months ago
raw
Copy download link
history
blame
Safe
68 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-small"
).launch()