Skip to content

Commit

Permalink
Update hubconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AK391 committed Nov 16, 2021
1 parent a246b39 commit 50b4c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def face2paint(
model: torch.nn.Module,
img: Image.Image,
size: int = size,
side_by_side: bool = False,
side_by_side: bool = side_by_side,
device: str = device,
) -> Image.Image:
w, h = img.size
Expand Down

0 comments on commit 50b4c15

Please sign in to comment.