Nick088 commited on
Commit
60e78ea
β€’
1 Parent(s): a543291

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import os
2
+
3
+ os.system("git clone https://github.com/facefusion/facefusion")
4
+
5
+ os.system("python run.py --execution-providers cpu")