Sushrut98 commited on
Commit
ed3066d
·
verified ·
1 Parent(s): 790e8db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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