MattyMroz commited on
Commit
3243d7d
verified
1 Parent(s): 17927cc

Update manga-whisperer.py

Browse files
Files changed (1) hide show
  1. manga-whisperer.py +1 -1
manga-whisperer.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  current_dir = os.getcwd()
8
  images = [
9
  os.path.join(current_dir, "test", "1.png"),
10
- os.path.join(current_dir, "test", "2.png"),
11
  ]
12
 
13
 
 
7
  current_dir = os.getcwd()
8
  images = [
9
  os.path.join(current_dir, "test", "1.png"),
10
+ os.path.join(current_dir, "test", "1.jpg"),
11
  ]
12
 
13