Space_de_Fede / app.py
Fedemb's picture
Create app.py
f44428a
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();