Duplicated from yuw3934/facefusion-web
52e7b5a
1
2
3
4
5
6
7
8
9
10
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")