File size: 201 Bytes
e62da2f
 
fa68141
e62da2f
2a55739
1
2
3
4
5
import gradio as gr

examples = [["INPUT: I feel so sad"], ["OUTPUT: SAD"]]

gr.Interface.load("huggingface/cardiffnlp/twitter-roberta-base-emotion",title="Mi Primer Demo", examples=examples).launch();