Nick088 commited on
Commit
10f8b4f
·
verified ·
1 Parent(s): 5acda4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ subprocess.run(["git", "clone", "https://github.com/facefusion/facefusion"], che
14
  os.chdir("facefusion")
15
 
16
  # installation
17
- subprocess.run(["python", "install.py"], check=True)
18
 
19
  # Run the ui
20
- subprocess.run(["python", "run.py", "--execution-providers", "cpu"], check=True)
 
14
  os.chdir("facefusion")
15
 
16
  # installation
17
+ subprocess.run(["python", "install.py", "--onnxruntime", "cuda-11.8", "--skip-venv"], check=True)
18
 
19
  # Run the ui
20
+ subprocess.run(["python", "run.py", "--execution-providers", "cpu"], check=True)