leenag commited on
Commit
bbcc137
·
verified ·
1 Parent(s): 8332e59

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
 
3
- demo = gr.load("models/leenag/Malasar_Luke_Dict",
4
  examples = [["./luke1.1.wav", "transcribe"],
5
  ],
6
  title = "VRCLC Malasar Speech Recognition Demo",
 
1
  import gradio as gr
2
 
3
+ demo = gr.load("models/vrclc/Malasar_medium_MTF",
4
  examples = [["./luke1.1.wav", "transcribe"],
5
  ],
6
  title = "VRCLC Malasar Speech Recognition Demo",