Skip to content

Commit

Permalink
fix(api): remove reference to undeclared var
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 1, 2023
1 parent a3eed7a commit 6c9b0c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/onnx_web/diffusion/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def run_inpaint_pipeline(
image.save(dest)

del image
del result

logger.info('saved inpaint output: %s', dest)

Expand Down

0 comments on commit 6c9b0c9

Please sign in to comment.