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