newspace / app.py
MadhavManoj's picture
initial commit
3dd229e verified
raw
history blame contribute delete
111 Bytes
import gradio as gr
gr.load(
"models/openai/whisper-large-v3-turbo",
provider="hf-inference",
).launch()