Spaces:
Runtime error
Runtime error
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() |