Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,13 +73,13 @@ out = [
|
|
73 |
]
|
74 |
|
75 |
example_images = [
|
76 |
-
["images/chandler.jpeg"],
|
77 |
-
["images/janice.jpg"],
|
78 |
-
["images/joey.jpg"],
|
79 |
-
["images/phoebe.jpg"],
|
80 |
-
["images/rachel_monica.jpg"],
|
81 |
-
["images/ross.jpg"],
|
82 |
-
["images/gunther.jpg"]
|
83 |
]
|
84 |
|
85 |
title = "Facial Emotion Recognition"
|
|
|
73 |
]
|
74 |
|
75 |
example_images = [
|
76 |
+
[os.path.join(os.path.dirname(__file__),"images/chandler.jpeg"],
|
77 |
+
[os.path.join(os.path.dirname(__file__),"images/janice.jpg"],
|
78 |
+
[os.path.join(os.path.dirname(__file__),"images/joey.jpg"],
|
79 |
+
[os.path.join(os.path.dirname(__file__),"images/phoebe.jpg"],
|
80 |
+
[os.path.join(os.path.dirname(__file__),"images/rachel_monica.jpg"],
|
81 |
+
[os.path.join(os.path.dirname(__file__),"images/ross.jpg"],
|
82 |
+
[os.path.join(os.path.dirname(__file__),"images/gunther.jpg"]
|
83 |
]
|
84 |
|
85 |
title = "Facial Emotion Recognition"
|