Update manga-whisperer.py
Browse files- 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", "
|
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 |
|