Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|