Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akki2825
/
accents_unplugged_whisper_medium_en
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e8599c0
accents_unplugged_whisper_medium_en
/
app.py
akki2825
initial commit
e8599c0
about 1 year ago
raw
Copy download link
history
blame
Safe
72 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-medium.en"
).launch()