File size: 154 Bytes
5b0b296
14385f8
5b0b296
14385f8
 
 
1
2
3
4
5
6
import gradio as gr
import os

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