File size: 278 Bytes
60f2f1a
 
5328a92
fc35731
97d5aeb
53c407a
97d5aeb
023b708
 
1
2
3
4
5
6
7
8
9
import gradio as gr

demo = gr.load("models/leenag/Mal_ASR_Whisper_small_imasc_1000",
               examples = [["./example.wav", "transcribe", False],
                          ],
               title = "VRCLC Malayalam Speech Recognition Demo",
              )

demo.launch()