multimodalart HF staff commited on
Commit
6448b18
1 Parent(s): 7ac68e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def inpaint(image, width, height, overlap_percentage, num_inference_steps, resiz
149
 
150
  generator = torch.Generator(device="cuda").manual_seed(42)
151
 
152
- result = pipe(
153
  prompt=final_prompt,
154
  height=height,
155
  width=width,
 
149
 
150
  generator = torch.Generator(device="cuda").manual_seed(42)
151
 
152
+ latent_image = pipe(
153
  prompt=final_prompt,
154
  height=height,
155
  width=width,