Spaces:
Runtime error
Runtime error
Commit
•
6448b18
1
Parent(s):
7ac68e0
Update app.py
Browse files
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 |
-
|
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,
|