Spaces:
Sleeping
Sleeping
Made changes in app.py
Browse files
app.py
CHANGED
|
@@ -65,8 +65,8 @@ iface = gr.Interface(
|
|
| 65 |
description=f"An emotion classification demo using the DeBERTa model: {MODEL_ID}.",
|
| 66 |
examples=[
|
| 67 |
["I am thrilled to hear the good news!"],
|
| 68 |
-
["
|
| 69 |
-
["I feel a deep sense of
|
| 70 |
]
|
| 71 |
)
|
| 72 |
|
|
|
|
| 65 |
description=f"An emotion classification demo using the DeBERTa model: {MODEL_ID}.",
|
| 66 |
examples=[
|
| 67 |
["I am thrilled to hear the good news!"],
|
| 68 |
+
["He frowned at me when I told him that he couldn't go out."],
|
| 69 |
+
["I feel a deep sense of regret right now."]
|
| 70 |
]
|
| 71 |
)
|
| 72 |
|