leenag commited on
Commit
e031add
·
verified ·
1 Parent(s): 02b90ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ 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
 
10
  demo.launch()
 
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
+ cache_examples=False
9
  )
10
 
11
  demo.launch()