Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akki2825
/
accents_unplugged_whisper_base.en
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
accents_unplugged_whisper_base.en
/
app.py
akki2825
initial commit
06f6389
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
70 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-base.en"
).launch()