Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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}
|
| 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,
|