Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
demo = gr.load("models/
|
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 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
demo = gr.load("models/vrclc/indicwhisper-Mal",
|
4 |
examples = [["./example.wav", "transcribe"],
|
5 |
],
|
6 |
+
title = "VRCLC indic whisper Malayalam Speech Recognition Demo",
|
7 |
description=("Transcribe microphone or audio inputs with the click of a button!"),
|
8 |
)
|
9 |
|