kavyamanohar's picture
Update app.py
7959f34 verified
raw
history blame contribute delete
No virus
369 Bytes
import gradio as gr
demo = gr.load("models/leenag/Mal_ASR_Whisper_small_imasc_1000",
examples = [["./example.wav", "transcribe"],
],
title = "VRCLC Malayalam Speech Recognition Demo",
description=("Transcribe microphone or audio inputs with the click of a button!"),
)
demo.launch()