beowcow commited on
Commit
48c989c
β€’
1 Parent(s): 1b31ffc

Update app.py

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