Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AILaborant
/
Whisper
like
0
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
9ee2ace
Whisper
/
app.py
AILaborant
initial commit
bd0dfa8
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-tiny"
).launch()