Skip to content

Commit

Permalink
adsfas
Browse files Browse the repository at this point in the history
  • Loading branch information
WillReynolds5 committed Sep 16, 2024
1 parent 0dcc712 commit fdfd83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meeca/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def queue_prompt(prompt):

def load_images():
images = []
output_dir = "output" # Changed to look one directory back
output_dir = "../output" # Changed to look one directory back
if os.path.exists(output_dir):
for filename in os.listdir(output_dir):
if filename.lower().endswith((".png", ".jpg", ".jpeg")):
Expand Down

0 comments on commit fdfd83b

Please sign in to comment.