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