Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ class UI:
|
|
15 |
inputs="textbox",
|
16 |
outputs=gr.Label(num_top_classes=2),
|
17 |
title="Check the mood of the sentence",
|
18 |
-
description="The model was trained on 'imdb' dataset to classify sentences as 'positive' or 'negative' attitude.",
|
19 |
examples=[["Great news! My reality check just bounced."],
|
20 |
["I'm not arguing, I'm just explaining why I'm right."],
|
21 |
["I love deadlines, especially the whooshing sound they make as they fly by."],
|
|
|
15 |
inputs="textbox",
|
16 |
outputs=gr.Label(num_top_classes=2),
|
17 |
title="Check the mood of the sentence",
|
18 |
+
description="The model was trained on 'imdb' and 'glue sst2' dataset to classify sentences as 'positive' or 'negative' attitude.",
|
19 |
examples=[["Great news! My reality check just bounced."],
|
20 |
["I'm not arguing, I'm just explaining why I'm right."],
|
21 |
["I love deadlines, especially the whooshing sound they make as they fly by."],
|