23A475R commited on
Commit
fbd83eb
1 Parent(s): 2aa1b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -75,12 +75,12 @@ out = [
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 = [
 
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.jpeg"),
79
+ os.path.join(os.path.dirname(__file__), "images/joey.jpeg"),
80
+ os.path.join(os.path.dirname(__file__), "images/phoebe.jpeg"),
81
+ os.path.join(os.path.dirname(__file__), "images/rachel_monica.jpeg"),
82
+ os.path.join(os.path.dirname(__file__), "images/ross.jpeg"),
83
+ os.path.join(os.path.dirname(__file__), "images/gunther.jpeg")
84
  ]
85
  ]
86
  # example_images = [