sczhou commited on
Commit
736e1e1
·
verified ·
1 Parent(s): 597a97a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def inference(image, face_align, background_enhance, face_upsample, upscale, cod
242
  #save restored img
243
  save_path = f"output/{uuid.uuid4().hex}.png"
244
  imwrite(restored_img, save_path)
245
- print(f"[SAVE] {save_path} | OUTPUT Number: {len(glob.glob("output/*.png"))}")
246
 
247
  threading.Thread(
248
  target=delayed_remove,
 
242
  #save restored img
243
  save_path = f"output/{uuid.uuid4().hex}.png"
244
  imwrite(restored_img, save_path)
245
+ print(f"[SAVE] path={save_path} outputs={len(glob.glob('output/*.png'))}")
246
 
247
  threading.Thread(
248
  target=delayed_remove,