Hotfix imprt

This commit is contained in:
henryruhs
2025-03-16 08:59:08 +01:00
parent 345a225c94
commit bc1b04a107
+1 -1
View File
@@ -4,7 +4,7 @@ from typing import Tuple
import torch
from torch import Tensor, nn
from face_swapper.src.types import Feature
from ..types import Feature
class UNet(nn.Module):