leenag commited on
Commit
e870d56
·
verified ·
1 Parent(s): 1a4f6b3

Update app.py

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