kavyamanohar commited on
Commit
1a68429
·
verified ·
1 Parent(s): 14385f8

Update app.py

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