leenag's picture
Update app.py
eb785f4 verified
raw
history blame contribute delete
277 Bytes
import gradio as gr
demo = gr.load("models/vrclc/indicwhisper-Mal",
title = "VRCLC indic whisper Malayalam Speech Recognition Demo",
description=("Transcribe microphone or audio inputs with the click of a button!"),
)
demo.launch()