leenag's picture
Update app.py
e031add verified
raw
history blame
388 Bytes
import gradio as gr
demo = gr.load("models/leenag/Malasar_Luke_Dict",
examples = [["./luke1.1.wav", "transcribe"],
],
title = "VRCLC Malasar Speech Recognition Demo",
description=("Transcribe microphone or audio inputs with the click of a button!"),
cache_examples=False
)
demo.launch()