Baptlem commited on
Commit
dc72f49
1 Parent(s): ccf1a03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -102,6 +102,7 @@ def pipe_inference(
102
  neg_prompt_ids=negative_prompt_ids,
103
  jit=True,
104
  ).images
 
105
  # all_outputs = []
106
  # all_outputs.append(image)
107
  # if not is_canny:
 
102
  neg_prompt_ids=negative_prompt_ids,
103
  jit=True,
104
  ).images
105
+ print("Finished inference...")
106
  # all_outputs = []
107
  # all_outputs.append(image)
108
  # if not is_canny: