mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-06-25 07:59:55 +02:00
some cleaning and add exporting
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from src.exporting import export
|
||||
|
||||
if __name__ == '__main__':
|
||||
export()
|
||||
Reference in New Issue
Block a user