Spaces:
Runtime error
Runtime error
Commit ·
96be5bf
1
Parent(s): 6db47b5
Update inference.py
Browse files- inference.py +1 -0
inference.py
CHANGED
|
@@ -26,6 +26,7 @@ def inpainting(image,
|
|
| 26 |
guidance_scale=7.5,
|
| 27 |
):
|
| 28 |
pipe = get_pipeline()
|
|
|
|
| 29 |
result = pipe(
|
| 30 |
image=image,
|
| 31 |
mask_image=mask_image,
|
|
|
|
| 26 |
guidance_scale=7.5,
|
| 27 |
):
|
| 28 |
pipe = get_pipeline()
|
| 29 |
+
print("retrieved pipeline")
|
| 30 |
result = pipe(
|
| 31 |
image=image,
|
| 32 |
mask_image=mask_image,
|