Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ else:
|
|
8 |
print("Using CPU")
|
9 |
|
10 |
# Clone the repository
|
11 |
-
subprocess.run(["git", "clone", "https://github.com/facefusion/facefusion"], check=True)
|
12 |
|
13 |
# chande directory to face fusion to run ui
|
14 |
os.chdir("facefusion")
|
|
|
8 |
print("Using CPU")
|
9 |
|
10 |
# Clone the repository
|
11 |
+
subprocess.run(["git", "clone", "https://github.com/facefusion/facefusion", "--branch", "2.4.1", "--single-branch"], check=True)
|
12 |
|
13 |
# chande directory to face fusion to run ui
|
14 |
os.chdir("facefusion")
|