Spaces:
Running
Running
Update app.py
Browse files
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,
|
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
|