Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
herme
/
hermedemo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0c2a05f
hermedemo
/
app.py
herme
Create app.py
0c2a05f
about 2 years ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/openai/whisper-small"
).launch()