fffiloni commited on
Commit
5a5aa5d
1 Parent(s): aad4b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def generate(image, prompt, seed):
11
  print("Output:", result.stdout)
12
  print(output_path)
13
  # List all files and directories in the given directory
14
- contents = os.listdir(directory_path)
15
 
16
  # Print the contents
17
  for item in contents:
 
11
  print("Output:", result.stdout)
12
  print(output_path)
13
  # List all files and directories in the given directory
14
+ contents = os.listdir("output")
15
 
16
  # Print the contents
17
  for item in contents: