kavyamanohar's picture
Update app.py
14385f8 verified
raw
history blame contribute delete
No virus
154 Bytes
import gradio as gr
import os
gr.load("models/vrclc/Whisper-med-ml", examples = [
[os.path.join(os.path.abspath(''),"./sample1.wav")]
]).launch()