23A475R commited on
Commit
2c0e533
1 Parent(s): 6d1243a

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
- [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"
 
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"