7 lines
102 B
Python
7 lines
102 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from facefusion import installer
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
installer.run()
|