SamPaul commited on
Commit
f18e531
·
verified ·
1 Parent(s): a4f4dc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,10 +6,10 @@ 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")
13
 
14
  # Install dependencies for CPU mode
15
  subprocess.run(["python", "install.py", "--onnxruntime", "default", "--skip-conda"], check=True)
 
6
  print("Using CPU")
7
 
8
  # Clone the repository
9
+ subprocess.run(["git", "clone", "https://github.com/sushantapaul2022-maker/Hello_World.git", "--single-branch"], check=True)
10
 
11
  # Change directory to facefusion to run the UI
12
+ os.chdir("Hello_World")
13
 
14
  # Install dependencies for CPU mode
15
  subprocess.run(["python", "install.py", "--onnxruntime", "default", "--skip-conda"], check=True)