File size: 99 Bytes
cf1f4a7
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/openai/whisper-large-v3",
   provider="fal-ai",
).launch()