Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def pipe_inference(
|
|
91 |
prompt_ids = shard(prompt_ids)
|
92 |
negative_prompt_ids = shard(negative_prompt_ids)
|
93 |
processed_image = shard(processed_image)
|
94 |
-
|
95 |
output = pipe(
|
96 |
prompt_ids=prompt_ids,
|
97 |
image=processed_image,
|
|
|
91 |
prompt_ids = shard(prompt_ids)
|
92 |
negative_prompt_ids = shard(negative_prompt_ids)
|
93 |
processed_image = shard(processed_image)
|
94 |
+
print("Inference...")
|
95 |
output = pipe(
|
96 |
prompt_ids=prompt_ids,
|
97 |
image=processed_image,
|