File size: 352 Bytes
60f2f1a
 
9a82938
a6b9e09
97d5aeb
08bffe5
7959f34
97d5aeb
023b708
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr

demo = gr.load("models/leenag/Malasar_Luke_Dict",
               examples = [["./luke1.1.wav", "transcribe"],
                          ],
               title = "VRCLC Malasar Speech Recognition Demo",
               description=("Transcribe microphone or audio inputs with the click of a button!"),
              )

demo.launch()