File size: 206 Bytes
f44428a
 
 
 
 
1
2
3
4
5
import gradio as gr

examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]

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