bugfix
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def main():
|
|
| 93 |
# Load example images from the private repository
|
| 94 |
example_image_list = []
|
| 95 |
example_images = [
|
| 96 |
-
"_002.jpg
|
| 97 |
"_004.jpg",
|
| 98 |
"_005.jpg",
|
| 99 |
"_006.jpg",
|
|
|
|
| 93 |
# Load example images from the private repository
|
| 94 |
example_image_list = []
|
| 95 |
example_images = [
|
| 96 |
+
"_002.jpg",
|
| 97 |
"_004.jpg",
|
| 98 |
"_005.jpg",
|
| 99 |
"_006.jpg",
|