Nick088 commited on
Commit
66bedce
β€’
1 Parent(s): 0410452

Fixed 2.5.0

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ os.chdir("facefusion")
19
  subprocess.run(["python", "install.py", "--onnxruntime", "cuda-11.8", "--skip-conda"], check=True)
20
 
21
  # Run the ui
22
- subprocess.run(["python", "run.py", "--execution-providers", "cpu", {"cuda" if device=="cuda" else None}], check=True)
 
19
  subprocess.run(["python", "install.py", "--onnxruntime", "cuda-11.8", "--skip-conda"], check=True)
20
 
21
  # Run the ui
22
+ subprocess.run(["python", "run.py", "--execution-providers", "cpu"], check=True)