facefusion/run.py

7 lines
92 B
Python
Executable File

#!/usr/bin/env python3
from facefusion import core
if __name__ == '__main__':
core.cli()