Elegbede commited on
Commit
dc65afd
1 Parent(s): eda6be5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  ["A handwritten note awaited her on the kitchen table, a reminder of his affection."],
30
  ["Harsh words were exchanged in the heated argument."],
31
  ["The eerie silence of the abandoned building sent shivers down her spine."],
32
- ["The unexpected twist in the story left readers in disbelief."]
33
  ],
34
  title="Emotion Classification",
35
  description="Predict the emotion associated with a text using my fine-tuned DistilBERT model."
 
29
  ["A handwritten note awaited her on the kitchen table, a reminder of his affection."],
30
  ["Harsh words were exchanged in the heated argument."],
31
  ["The eerie silence of the abandoned building sent shivers down her spine."],
32
+ ["She opened the box to find a rare antique hidden inside, a total shock."]
33
  ],
34
  title="Emotion Classification",
35
  description="Predict the emotion associated with a text using my fine-tuned DistilBERT model."