leenag commited on
Commit
08bffe5
1 Parent(s): 9a82938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  demo = gr.load("models/leenag/Malasar_Luke_Dict",
4
  examples = [["./luke1.1.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
 
 
3
  demo = gr.load("models/leenag/Malasar_Luke_Dict",
4
  examples = [["./luke1.1.wav", "transcribe"],
5
  ],
6
+ title = "VRCLC Malasar Speech Recognition Demo",
7
  description=("Transcribe microphone or audio inputs with the click of a button!"),
8
  )
9