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