DrishtiSharma's picture
Update app.py
1c99931
raw
history blame
166 Bytes
import gradio as gr
gr.Interface(
"huggingface/DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",
theme="huggingface",
).launch(enable_queue=True)