facefusion / app.py
wsj1995's picture
feat: 修改运行
187b46f
raw
history blame
156 Bytes
#!/usr/bin/env python3
import os
os.environ['SYSTEM_VERSION_COMPAT'] = '0'
from facefusion import installer
if __name__ == '__main__':
installer.cli()