tharakap commited on
Commit
96832dc
·
1 Parent(s): 3f1b5f0

Made changes in app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ iface = gr.Interface(
65
  description=f"An emotion classification demo using the DeBERTa model: {MODEL_ID}.",
66
  examples=[
67
  ["I am thrilled to hear the good news!"],
68
- ["This movie is was very scary, I couldnt sleep that night."],
69
- ["I feel a deep sense of despair right now."]
70
  ]
71
  )
72
 
 
65
  description=f"An emotion classification demo using the DeBERTa model: {MODEL_ID}.",
66
  examples=[
67
  ["I am thrilled to hear the good news!"],
68
+ ["He frowned at me when I told him that he couldn't go out."],
69
+ ["I feel a deep sense of regret right now."]
70
  ]
71
  )
72