Baptlem commited on
Commit
7b66f42
1 Parent(s): 71f4cfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,