import gradio as gr import os gr.load("models/vrclc/Whisper-med-ml", examples = [ [os.path.join(os.path.abspath(''),"./sample1.wav")] ]).launch()