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