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