kavyamanohar commited on
Commit
14385f8
1 Parent(s): 6258e7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,3 +1,6 @@
1
  import gradio as gr
 
2
 
3
- gr.load("models/vrclc/Whisper-med-ml").launch()
 
 
 
1
  import gradio as gr
2
+ import os
3
 
4
+ gr.load("models/vrclc/Whisper-med-ml", examples = [
5
+ [os.path.join(os.path.abspath(''),"./sample1.wav")]
6
+ ]).launch()