Federzvz's picture
Update app.py
fa68141
raw
history blame contribute delete
No virus
201 Bytes
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();