File size: 280 Bytes
713e80d
 
 
 
 
4f363cb
713e80d
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import gradio as gr



gr.Interface(
    "DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",
    title="Hindi ASR using Wav2Vec2-1B with LM",
    description="Built during Robust Speech Event",
    layout="horizontal",
    theme="huggingface",
).launch(enable_queue=True)