Nick088 commited on
Commit
6d8a6da
β€’
1 Parent(s): 10f8b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")