Skip to content

Commit

Permalink
fix postprocessbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Jun 22, 2023
1 parent 9723e8b commit 8934e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/faceswap.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def process(
else:
logger.error(f"Please provide a source face")

def postprocess_batch(self, p, *args, **kwargs):
def postprocess_batch(self, p, images, *args, **kwargs):
if self.enable:
return images

Expand Down

0 comments on commit 8934e1f

Please sign in to comment.