Nick088 commited on
Commit
c2952c4
β€’
1 Parent(s): b9183fe

updated to 2.6.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.0", "--single-branch"], check=True)
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