Run your code before you commit, kids...

This commit is contained in:
Feanix-Fyre 2023-08-23 10:37:30 -04:00 committed by GitHub
parent 341eebe3fa
commit 240177b821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ def parse_args() -> None:
def check_headless() -> bool:
if args.headless is not None
if args.headless is not None:
if args.source_path is None:
facefusion.globals.source_path = input('Please provide a source image: ')
if args.target_path is None: