Spaces:
Runtime error
Runtime error
File size: 388 Bytes
60f2f1a 9a82938 a6b9e09 97d5aeb 08bffe5 e031add 97d5aeb 023b708 |
1 2 3 4 5 6 7 8 9 10 11 |
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() |