tuo84488 commited on
Commit
52e7b5a
·
verified ·
1 Parent(s): e475ef8

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+
3
+ os.system("git clone https://github.com/facefusion/facefusion.git")
4
+
5
+ os.chdir("facefusion")
6
+
7
+ os.system("pip install -r requirements.txt")
8
+ os.system("pip install onnxruntime")
9
+
10
+ os.system("python facefusion.py run")