Spaces:
Running
on
T4
Running
on
T4
yizhangliu
commited on
Commit
•
442e994
1
Parent(s):
a895da4
Update app.py
Browse files
app.py
CHANGED
@@ -679,7 +679,7 @@ def processs_inpainting(inpaint_prompt, input_image, mask_image, image_input_com
|
|
679 |
true_guidance_scale=3.5,
|
680 |
api_name="/process"
|
681 |
)
|
682 |
-
|
683 |
if debug:
|
684 |
count = 0
|
685 |
logger.info(f'{count}___{job.status()}')
|
|
|
679 |
true_guidance_scale=3.5,
|
680 |
api_name="/process"
|
681 |
)
|
682 |
+
debug = True
|
683 |
if debug:
|
684 |
count = 0
|
685 |
logger.info(f'{count}___{job.status()}')
|