leenag commited on
Commit
eb785f4
1 Parent(s): 55b066b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,8 +1,6 @@
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
  )
 
1
  import gradio as gr
2
 
3
  demo = gr.load("models/vrclc/indicwhisper-Mal",
 
 
4
  title = "VRCLC indic whisper Malayalam Speech Recognition Demo",
5
  description=("Transcribe microphone or audio inputs with the click of a button!"),
6
  )