Spaces:
Runtime error
Runtime error
File size: 95 Bytes
02c4dcb |
1 2 3 4 5 6 7 |
#!/usr/bin/env python3
from facefusion import core
if __name__ == '__main__':
core.cli()
|