Spaces:
Runtime error
Runtime error
File size: 291 Bytes
13e8d80 872d0d8 13e8d80 872d0d8 13e8d80 872d0d8 13e8d80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# #!/usr/bin/env python3
import os
# # os.environ['OMP_NUM_THREADS'] = '1'
from facefusion import core
# if __name__ == '__main__':
# core.cli()
import sys
if __name__ == '__main__':
if len(sys.argv) == 1:
sys.argv.append("run") # default to 'run' command
core.cli() |