cirimus commited on
Commit
c4b34d7
·
verified ·
1 Parent(s): 4dfc57d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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