xp3857 commited on
Commit
ff6b121
·
1 Parent(s): c7a2d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def run(image):
149
  + "-1"
150
  + " --with_scratch")
151
  run_cmd(command)
152
-
153
  result_restoration = Image.open("Temp/final_output/input_img.png")
154
  shutil.rmtree("Temp")
155
 
 
149
  + "-1"
150
  + " --with_scratch")
151
  run_cmd(command)
152
+ print(os.listdir(path='Temp/final_output'))
153
  result_restoration = Image.open("Temp/final_output/input_img.png")
154
  shutil.rmtree("Temp")
155