Skip to content

Commit dd811ba

Browse files
committed
fix: fixes + dummy data example
1 parent e384117 commit dd811ba

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
inputs/*
2-
outputs/*

cleaner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_images():
6565
# ── main menu ─────────────────────────────────────────────────────────────────
6666
def main_menu() -> None:
6767
print_header()
68-
#get_images()
68+
get_images()
6969

7070
# ── entrypoint ────────────────────────────────────────────────────────────────
7171
if __name__ == "__main__":

inputs/dummy.webp

29.1 KB
Loading

outputs/D7NR5C.webp

10.6 KB
Loading

0 commit comments

Comments
 (0)