From 43f99db5d75103aff47231c6a0f122b5f406a83a Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 3 Mar 2025 09:41:40 +0100 Subject: [PATCH] Add config to dataloader alignment --- face_swapper/src/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face_swapper/src/types.py b/face_swapper/src/types.py index b1213c1..ec28757 100644 --- a/face_swapper/src/types.py +++ b/face_swapper/src/types.py @@ -1,4 +1,4 @@ -from typing import Any, Dict, Tuple, TypeAlias, Literal +from typing import Any, Dict, Literal, Tuple, TypeAlias from torch import Tensor from torch.nn import Module