danielferreira commited on
Commit
97fd251
1 Parent(s): a788dcb

Added examples

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -37,6 +37,13 @@ def main():
37
  ),
38
  outputs="label",
39
  title="Emotion Classification",
 
 
 
 
 
 
 
40
  )
41
 
42
  iface.launch()
 
37
  ),
38
  outputs="label",
39
  title="Emotion Classification",
40
+ examples=[
41
+ "I get so down when I'm alone",
42
+ "I believe that today everything will work out",
43
+ "It was so dark there I was afraid to go",
44
+ "I loved the gift you gave me",
45
+ "I was very surprised by your presentation.",
46
+ ],
47
  )
48
 
49
  iface.launch()