some fixes

This commit is contained in:
harisreedhar
2025-02-15 19:04:43 +05:30
committed by henryruhs
parent 0e148845af
commit 030d912c1b
6 changed files with 28 additions and 21 deletions
@@ -1,7 +1,7 @@
import torch
from torch import Tensor, nn
from face_swapper.src.types import Embedding, TargetAttributes
from ..types import Embedding, TargetAttributes
class AADGenerator(nn.Module):