File size: 277 Bytes
60f2f1a
 
55b066b
 
7959f34
97d5aeb
023b708
 
1
2
3
4
5
6
7
8
import gradio as gr

demo = gr.load("models/vrclc/indicwhisper-Mal",
               title = "VRCLC indic whisper Malayalam Speech Recognition Demo",
               description=("Transcribe microphone or audio inputs with the click of a button!"),
              )

demo.launch()