ValerianFourel commited on
Commit ·
4e3eb3d
1
Parent(s): af33e8b
add Majuscule
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ examples = [
|
|
| 127 |
["A professional headshot", "neutral"],
|
| 128 |
]
|
| 129 |
|
| 130 |
-
emotions = ["
|
| 131 |
|
| 132 |
css = """
|
| 133 |
#col-container {
|
|
|
|
| 127 |
["A professional headshot", "neutral"],
|
| 128 |
]
|
| 129 |
|
| 130 |
+
emotions = ["Happy", "Sad", "Anger", "Fear", "Disgust", "Surprise", "Neutral","Contempt"]
|
| 131 |
|
| 132 |
css = """
|
| 133 |
#col-container {
|