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