diocal commited on
Commit
d9040ae
Β·
verified Β·
1 Parent(s): 4a2b62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ subprocess.run(["git", "clone",
8
  "https://github.com/Diocal/swappingface",
9
  "--single-branch"], check=True)
10
  # Change directory to facefusion to run the UI
11
- os.chdir("facefusion")
12
  # Install dependencies for CPU mode
13
  subprocess.run(["python", "install.py",
14
  "--onnxruntime", "default", "--skip-conda"],
 
8
  "https://github.com/Diocal/swappingface",
9
  "--single-branch"], check=True)
10
  # Change directory to facefusion to run the UI
11
+ os.chdir("swappingface")
12
  # Install dependencies for CPU mode
13
  subprocess.run(["python", "install.py",
14
  "--onnxruntime", "default", "--skip-conda"],