Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
ASR-openai-whisper-base
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
53a18e2
ASR-openai-whisper-base
/
app.py
awacke1
initial commit
53a18e2
over 2 years ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/openai/whisper-base"
).launch()