Spaces:
Sleeping
Sleeping
File size: 369 Bytes
60f2f1a 5328a92 a7bbbca 97d5aeb 53c407a 7959f34 97d5aeb 023b708 |
1 2 3 4 5 6 7 8 9 10 |
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() |