leenag commited on
Commit
55b066b
·
verified ·
1 Parent(s): 2d8151a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import gradio as gr
2
 
3
- demo = gr.load("models/leenag/Mal_ASR_Whisper_small_imasc_1000",
4
  examples = [["./example.wav", "transcribe"],
5
  ],
6
- title = "VRCLC Malayalam Speech Recognition Demo",
7
  description=("Transcribe microphone or audio inputs with the click of a button!"),
8
  )
9
 
 
1
  import gradio as gr
2
 
3
+ demo = gr.load("models/vrclc/indicwhisper-Mal",
4
  examples = [["./example.wav", "transcribe"],
5
  ],
6
+ title = "VRCLC indic whisper Malayalam Speech Recognition Demo",
7
  description=("Transcribe microphone or audio inputs with the click of a button!"),
8
  )
9