Spaces:
Runtime error
Runtime error
Revert "debug"
Browse filesThis reverts commit 3ecc71408359aca9d82468d7f4b97c370a05603f.
app.py
CHANGED
@@ -59,7 +59,7 @@ def is_image_empty(image: Image.Image) -> bool:
|
|
59 |
|
60 |
|
61 |
@spaces.GPU()
|
62 |
-
|
63 |
def process(
|
64 |
input_image_editor: dict,
|
65 |
inpainting_prompt_text: str,
|
|
|
59 |
|
60 |
|
61 |
@spaces.GPU()
|
62 |
+
@torch.inference_mode()
|
63 |
def process(
|
64 |
input_image_editor: dict,
|
65 |
inpainting_prompt_text: str,
|