Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ interface = gr.Interface(
|
|
29 |
)
|
30 |
],
|
31 |
outputs=gr.Label(num_top_classes=5),
|
32 |
-
title="Emotion Classifier",
|
33 |
description="Select a model and enter a sentence to see its associated emotions and confidence scores.",
|
34 |
)
|
35 |
|
|
|
29 |
)
|
30 |
],
|
31 |
outputs=gr.Label(num_top_classes=5),
|
32 |
+
title="🎭 ModernBERT Emotion Classifier",
|
33 |
description="Select a model and enter a sentence to see its associated emotions and confidence scores.",
|
34 |
)
|
35 |
|