Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sk16er
/
openai-whisper-large-v3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf1f4a7
openai-whisper-large-v3
/
app.py
sk16er
initial commit
cf1f4a7
verified
3 months ago
raw
Copy download link
history
blame
Safe
99 Bytes
import
gradio
as
gr
gr.load(
"models/openai/whisper-large-v3"
,
provider=
"fal-ai"
,
).launch()