Nick088 commited on
Commit
4fc33d8
β€’
1 Parent(s): 10277cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ else:
10
  print("Using CPU")
11
 
12
  # Clone the repository
13
- subprocess.run(["git", "clone", "https://github.com/facefusion/facefusion", "--branch", "2.5.0", "--single-branch"], check=True)
14
-
15
  # chande directory to face fusion to run ui
16
  os.chdir("facefusion")
17
 
 
10
  print("Using CPU")
11
 
12
  # Clone the repository
13
+ subprocess.run(["git", "clone", "https://github.com/facefusion/facefusion", "--branch", "2.5.1", "--single-branch"], check=True)
 
14
  # chande directory to face fusion to run ui
15
  os.chdir("facefusion")
16