23A475R commited on
Commit
9e05c6d
1 Parent(s): c3c9bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -73,15 +73,16 @@ 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
  # example_images = [
86
  # ["images/chandler.jpeg"],
87
  # ["images/janice.jpg"],
 
73
  ]
74
 
75
  example_images = [
76
+ [
77
+ os.path.join(os.path.dirname(__file__), "images/chandler.jpeg"),
78
+ os.path.join(os.path.dirname(__file__), "images/janice.jpg"),
79
+ os.path.join(os.path.dirname(__file__), "images/joey.jpg"),
80
+ os.path.join(os.path.dirname(__file__), "images/phoebe.jpg"),
81
+ os.path.join(os.path.dirname(__file__), "images/rachel_monica.jpg"),
82
+ os.path.join(os.path.dirname(__file__), "images/ross.jpg"),
83
+ os.path.join(os.path.dirname(__file__), "images/gunther.jpg")
84
+ ]
85
  ]
 
86
  # example_images = [
87
  # ["images/chandler.jpeg"],
88
  # ["images/janice.jpg"],