23A475R commited on
Commit
6d1243a
1 Parent(s): 17a60e5

Update app.py

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