lwdragon commited on
Commit
d2c9d91
1 Parent(s): 71d6b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ example_images = [
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]
 
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.png")
49
  ]
50
 
51
  default_image = example_images[0]