Update app.py
Browse files
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:
|