Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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"],
|