kavyamanohar commited on
Commit
de55c15
1 Parent(s): a6b9e09

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