mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-07-28 16:08:50 +02:00
fix type
This commit is contained in:
@@ -17,6 +17,6 @@ Padding = Tuple[int, int, int, int]
|
||||
FaceLandmark203 = Tensor
|
||||
VisionTensor = Tensor
|
||||
LossTensor = Tensor
|
||||
GeneratorLossSet = Dict[str, LossTensor]
|
||||
DiscriminatorLossSet = Dict[str, LossTensor]
|
||||
GeneratorLossSet = Dict[str, Tensor]
|
||||
DiscriminatorLossSet = Dict[str, Tensor]
|
||||
VisionFrame = NDArray[Any]
|
||||
|
||||
Reference in New Issue
Block a user