lwdragon commited on
Commit
ca60730
1 Parent(s): 27be1ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ example_images = [
44
  os.path.join(os.path.dirname(__file__), "examples/02.jpg"),
45
  os.path.join(os.path.dirname(__file__), "examples/03.jpg"),
46
  os.path.join(os.path.dirname(__file__), "examples/04.jpg"),
47
- os.path.join(os.path.dirname(__file__), "examples/05.jpg")
 
48
  ]
49
 
50
  default_image = example_images[0]
 
44
  os.path.join(os.path.dirname(__file__), "examples/02.jpg"),
45
  os.path.join(os.path.dirname(__file__), "examples/03.jpg"),
46
  os.path.join(os.path.dirname(__file__), "examples/04.jpg"),
47
+ os.path.join(os.path.dirname(__file__), "examples/05.jpg"),
48
+ os.path.join(os.path.dirname(__file__), "examples/06.jpg"
49
  ]
50
 
51
  default_image = example_images[0]