Spaces:
Sleeping
Sleeping
kavyamanohar
commited on
Commit
•
7959f34
1
Parent(s):
a7bbbca
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ demo = gr.load("models/leenag/Mal_ASR_Whisper_small_imasc_1000",
|
|
4 |
examples = [["./example.wav", "transcribe"],
|
5 |
],
|
6 |
title = "VRCLC Malayalam Speech Recognition Demo",
|
|
|
7 |
)
|
8 |
|
9 |
demo.launch()
|
|
|
4 |
examples = [["./example.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 |
|
10 |
demo.launch()
|