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