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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -149,7 +149,9 @@ def run(image):
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
 
 
149
  + "-1"
150
  + " --with_scratch")
151
  run_cmd(command)
152
+ print(f"Temp/final_output: {os.listdir(path='Temp/final_output')}")
153
+ print(f"Temp: {os.listdir(path='Temp')}")
154
+
155
  result_restoration = Image.open("Temp/final_output/input_img.png")
156
  shutil.rmtree("Temp")
157