Spaces:
dangitdarnit
/
Running

dangitdarnit commited on
Commit
b0d9442
·
verified ·
1 Parent(s): 4785adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ device = "cpu"
6
  print("Using CPU")
7
 
8
  # Clone the repository
9
- subprocess.run(["git", "clone", "https://github.com/facefusion/facefusion", "--single-branch"], check=True)
10
 
11
  # Change directory to facefusion to run the UI
12
  os.chdir("facefusion")
 
6
  print("Using CPU")
7
 
8
  # Clone the repository
9
+ subprocess.run(["git", "clone", "https://github.com/jayeAch/facefusion", "--single-branch"], check=True)
10
 
11
  # Change directory to facefusion to run the UI
12
  os.chdir("facefusion")