DrishtiSharma's picture
Update app.py
229bef4
raw
history blame
245 Bytes
import gradio as gr
gr.Interface(
"huggingface/DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",
title="Test Space",
description="Test Space",
layout="horizontal",
theme="huggingface",
).launch(enable_queue=True)