mirror of
https://github.com/facefusion/facefusion.git
synced 2026-05-15 03:10:24 +02:00
12 lines
162 B
Python
Executable File
12 lines
162 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import os
|
|
|
|
os.environ['OMP_NUM_THREADS'] = '1'
|
|
|
|
from facefusion import conda, core
|
|
|
|
if __name__ == '__main__':
|
|
conda.setup()
|
|
core.cli()
|