YonasMersha commited on
Commit
1377c6b
·
verified ·
1 Parent(s): 33dfbd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  inputs=gr.Textbox(label="Enter a sentence", placeholder="e.g., I love this!"),
20
  outputs=gr.Label(label="Predicted Emotion"),
21
  title="Emotion Classifier",
22
- description="Enter a sentence to classify its emotion (e.g., joy, sadness, anger)."
23
  )
24
 
25
  # Launch the interface
 
19
  inputs=gr.Textbox(label="Enter a sentence", placeholder="e.g., I love this!"),
20
  outputs=gr.Label(label="Predicted Emotion"),
21
  title="Emotion Classifier",
22
+ description="Enter a sentence to classify its emotion (e.g., sadness, joy, love, anger, fear, surprise)."
23
  )
24
 
25
  # Launch the interface