Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ demo = gr.Interface(
|
|
| 48 |
outputs=gr.Label(label="Emotion Probabilities"),
|
| 49 |
title="Emotion Classifier",
|
| 50 |
description="Enter a sentence and see the predicted emotion distribution.",
|
| 51 |
-
|
| 52 |
)
|
| 53 |
|
| 54 |
if __name__ == "__main__":
|
|
|
|
| 48 |
outputs=gr.Label(label="Emotion Probabilities"),
|
| 49 |
title="Emotion Classifier",
|
| 50 |
description="Enter a sentence and see the predicted emotion distribution.",
|
| 51 |
+
flagging_mode="never",
|
| 52 |
)
|
| 53 |
|
| 54 |
if __name__ == "__main__":
|