Spaces:
Runtime error
Runtime error
import gradio as gr | |
demo = gr.load("models/vrclc/Whisper-medium-Malayalam", | |
examples = [["./sample.wav"], | |
], | |
title = "VRCLC - Malayalam Speech Recognition", | |
description=("Transcribe microphone or audio inputs with the click of a button!"), | |
cache_examples=False | |
) | |
demo.launch() | |