Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ with open("scaler.pkl", "rb") as f:
|
|
| 28 |
|
| 29 |
keras_model = tf.keras.models.load_model("model.h5")
|
| 30 |
|
| 31 |
-
EMOTIONS = ["
|
| 32 |
|
| 33 |
# ---------------------------------------
|
| 34 |
# ФУНКЦИИ ДЛЯ ОБРАБОТКИ ЭМОДЗИ (добавь свои)
|
|
|
|
| 28 |
|
| 29 |
keras_model = tf.keras.models.load_model("model.h5")
|
| 30 |
|
| 31 |
+
EMOTIONS = ["страх", "гнев", "грусть", "радость"]
|
| 32 |
|
| 33 |
# ---------------------------------------
|
| 34 |
# ФУНКЦИИ ДЛЯ ОБРАБОТКИ ЭМОДЗИ (добавь свои)
|