alexcanton commited on
Commit
1e8d5eb
·
verified ·
1 Parent(s): 1d20b8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ subprocess.run(["git", "clone", "https://github.com/cantonalex/facefusion"], che
16
  os.chdir("facefusion")
17
 
18
  # installation
19
- subprocess.run(["python", "install.py", "--onnxruntime", "cuda-12.2", "--skip-conda"], check=True)
20
 
21
  # Run the ui
22
  if device=="cuda":
 
16
  os.chdir("facefusion")
17
 
18
  # installation
19
+ subprocess.run(["python install.py --torch cuda --onnxruntime cuda --skip-venv"], check=True)
20
 
21
  # Run the ui
22
  if device=="cuda":