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