fffiloni commited on
Commit
aad4b49
1 Parent(s): 865ddb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def generate(image, prompt, seed):
9
  result = subprocess.run(command, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
10
  output_path = 'output'
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
 
 
9
  result = subprocess.run(command, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
10
  output_path = 'output'
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