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