diff --git a/facefusion/processors/frame/modules/face_swapper.py b/facefusion/processors/frame/modules/face_swapper.py index 0eca5aad..dd974f81 100755 --- a/facefusion/processors/frame/modules/face_swapper.py +++ b/facefusion/processors/frame/modules/face_swapper.py @@ -88,7 +88,7 @@ MODELS : ModelSet =\ 'size': (256, 256), 'mean': [ 0.0, 0.0, 0.0 ], 'standard_deviation': [ 1.0, 1.0, 1.0 ] - }, + } } OPTIONS : Optional[OptionsWithModel] = None