File size: 166 Bytes
713e80d
 
 
 
 
229bef4
713e80d
 
1
2
3
4
5
6
7
8
9
import gradio as gr



gr.Interface(
    "huggingface/DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",
    theme="huggingface",
).launch(enable_queue=True)