SkalskiP commited on
Commit
fe679da
·
1 Parent(s): 3ecc714
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def is_image_empty(image: Image.Image) -> bool:
59
 
60
 
61
  @spaces.GPU()
62
- # @torch.inference_mode()
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,