Spaces:
Runtime error
Runtime error
Commit
·
5701bd5
1
Parent(s):
68ecb1f
Update home.py
Browse files
home.py
CHANGED
@@ -8,7 +8,7 @@ def run():
|
|
8 |
# Title
|
9 |
st.title('About This Project')
|
10 |
st.markdown('---')
|
11 |
-
st.write('###### The Facial Emotions/Expressions Detection tool is a tool to predict/detect the facial expressions/emotions of an image uploaded of a person, backed by a machine learning model, using Keras Framework/API. It classify the expressions into eight categories of facial emotions: Contempt, happy, sad, disgust,
|
12 |
st.markdown('---')
|
13 |
|
14 |
|
|
|
8 |
# Title
|
9 |
st.title('About This Project')
|
10 |
st.markdown('---')
|
11 |
+
st.write('###### The Facial Emotions/Expressions Detection tool is a tool to predict/detect the facial expressions/emotions of an image uploaded of a person, backed by a machine learning model, using Keras Framework/API. It classify the expressions into eight categories of facial emotions: Contempt, happy, sad, disgust, angry, neutral, fear and surprised.')
|
12 |
st.markdown('---')
|
13 |
|
14 |
|