Spaces:
Runtime error
Runtime error
updated to 2.6.1
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.6.
|
| 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.1", "--single-branch"], check=True)
|
| 14 |
# chande directory to face fusion to run ui
|
| 15 |
os.chdir("facefusion")
|
| 16 |
|