Spaces:
Running
Running
| import os | |
| os.system("git clone https://github.com/facefusion/facefusion.git") | |
| os.chdir("facefusion") | |
| os.system("pip install -r requirements.txt") | |
| os.system("pip install onnxruntime") | |
| os.system("python facefusion.py run") |