Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ device = "cpu"
|
|
6 |
print("Using CPU")
|
7 |
|
8 |
# Clone the repository
|
9 |
-
subprocess.run(["git", "clone", "https://github.com/
|
10 |
|
11 |
# Change directory to facefusion to run the UI
|
12 |
os.chdir("facefusion")
|
|
|
6 |
print("Using CPU")
|
7 |
|
8 |
# Clone the repository
|
9 |
+
subprocess.run(["git", "clone", "https://github.com/jayeAch/facefusion", "--single-branch"], check=True)
|
10 |
|
11 |
# Change directory to facefusion to run the UI
|
12 |
os.chdir("facefusion")
|