Spaces:
Sleeping
Sleeping
kavyamanohar
commited on
Commit
•
a6b9e09
1
Parent(s):
4bf2634
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
demo = gr.load("models/leenag/Mal_ASR_Whisper_small_imasc_1000",
|
4 |
-
examples = [["./
|
5 |
],
|
6 |
title = "VRCLC Malayalam Speech Recognition Demo",
|
7 |
description=("Transcribe microphone or audio inputs with the click of a button!"),
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
demo = gr.load("models/leenag/Mal_ASR_Whisper_small_imasc_1000",
|
4 |
+
examples = [["./luke1.1.wav", "transcribe"],
|
5 |
],
|
6 |
title = "VRCLC Malayalam Speech Recognition Demo",
|
7 |
description=("Transcribe microphone or audio inputs with the click of a button!"),
|