Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def classify(text):
|
|
12 |
|
13 |
description = "This AI model is trained to classify texts expressing human emotion into six categories: sadness, joy, love, anger, fear, and surprise."
|
14 |
title = "Classify Texts Expressing Emotion"
|
15 |
-
# theme = "
|
16 |
examples=[["This is such a beautiful place"]]
|
17 |
|
18 |
gr.Interface(fn=classify,
|
|
|
12 |
|
13 |
description = "This AI model is trained to classify texts expressing human emotion into six categories: sadness, joy, love, anger, fear, and surprise."
|
14 |
title = "Classify Texts Expressing Emotion"
|
15 |
+
# theme = "black"
|
16 |
examples=[["This is such a beautiful place"]]
|
17 |
|
18 |
gr.Interface(fn=classify,
|