DrishtiSharma's picture
Update app.py
4f363cb
raw
history blame
280 Bytes
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)