Spaces:
Sleeping
Sleeping
kavyamanohar
commited on
Commit
•
a7bbbca
1
Parent(s):
5328a92
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 = [["./example.wav", "transcribe"
|
5 |
],
|
6 |
title = "VRCLC Malayalam Speech Recognition Demo",
|
7 |
)
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
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 |
)
|