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

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
- ["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
 
 
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 could not control his rage on hearing the news."],
69
+ ["I feel a deep sense of regret and melancholy right now."]
70
  ]
71
  )
72