Initial commit

This commit is contained in:
henryruhs
2023-08-19 22:42:25 +02:00
commit e58fa81ca6
50 changed files with 2403 additions and 0 deletions

6
run.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from facefusion import core
if __name__ == '__main__':
core.run()