File size: 156 Bytes
b214db1
 
 
 
187b46f
b214db1
187b46f
b214db1
 
187b46f
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3

import os

os.environ['SYSTEM_VERSION_COMPAT'] = '0'

from facefusion import installer

if __name__ == '__main__':
	installer.cli()