Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def predict(img):
|
|
24 |
|
25 |
|
26 |
# Gradio
|
27 |
-
title = "Facial Emotion Detector"
|
28 |
|
29 |
description = gr.Markdown(
|
30 |
"""Ever wondered what a person might be feeling just by looking at their picture?
|
@@ -39,15 +39,15 @@ description = gr.Markdown(
|
|
39 |
|
40 |
article = gr.Markdown(
|
41 |
"""
|
42 |
-
##
|
43 |
This app isn't powered by actual mind-reading technology!
|
44 |
So, take the results with a grain of salt, or better yet, a pinch of laughter!
|
45 |
|
46 |
-
##
|
47 |
Our facial emotion detector was trained on a bunch of wacky pictures
|
48 |
from the FER2013 dataset. It's not perfect, but it'll give you a good chuckle!
|
49 |
|
50 |
-
##
|
51 |
Did you know the FER2013 dataset consists of 48x48 pixel grayscale images of faces?
|
52 |
We're talking emotions captured in a tiny pixel universe!
|
53 |
It's like trying to decipher emotions from a microcosm of hilarity! π§
|
|
|
24 |
|
25 |
|
26 |
# Gradio
|
27 |
+
title = "Facial Emotion Detector π"
|
28 |
|
29 |
description = gr.Markdown(
|
30 |
"""Ever wondered what a person might be feeling just by looking at their picture?
|
|
|
39 |
|
40 |
article = gr.Markdown(
|
41 |
"""
|
42 |
+
## Disclaimer:
|
43 |
This app isn't powered by actual mind-reading technology!
|
44 |
So, take the results with a grain of salt, or better yet, a pinch of laughter!
|
45 |
|
46 |
+
## Fun Fact:
|
47 |
Our facial emotion detector was trained on a bunch of wacky pictures
|
48 |
from the FER2013 dataset. It's not perfect, but it'll give you a good chuckle!
|
49 |
|
50 |
+
## Data Jokes:
|
51 |
Did you know the FER2013 dataset consists of 48x48 pixel grayscale images of faces?
|
52 |
We're talking emotions captured in a tiny pixel universe!
|
53 |
It's like trying to decipher emotions from a microcosm of hilarity! π§
|