Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
richardchai
/
isa_asr
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
264f4b7
isa_asr
/
app.py
richardchai
initial commit
264f4b7
verified
12 months ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-small.en"
).launch()