Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def predict(img) :
|
|
100 |
|
101 |
# Create title, description and article strings
|
102 |
title = "Expression Detection"
|
103 |
-
description = "An app to predict emotions from the list.[Angry, Disgust, Fear, Happy, Neutral, Sad, Surprise]"
|
104 |
article = "Created as a college project."
|
105 |
|
106 |
# Create examples list from "examples/" directory
|
|
|
100 |
|
101 |
# Create title, description and article strings
|
102 |
title = "Expression Detection"
|
103 |
+
description = "An app to predict emotions from the list.[Angry, Disgust, Fear, Happy, Neutral, Sad, Surprise]. The model can predict on single face only. So upload an image which has only one face"
|
104 |
article = "Created as a college project."
|
105 |
|
106 |
# Create examples list from "examples/" directory
|