Federzvz commited on
Commit
fa68141
1 Parent(s): 2a55739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
4
 
5
  gr.Interface.load("huggingface/cardiffnlp/twitter-roberta-base-emotion",title="Mi Primer Demo", examples=examples).launch();
 
1
  import gradio as gr
2
 
3
+ examples = [["INPUT: I feel so sad"], ["OUTPUT: SAD"]]
4
 
5
  gr.Interface.load("huggingface/cardiffnlp/twitter-roberta-base-emotion",title="Mi Primer Demo", examples=examples).launch();