bigfucr commited on
Commit
20faddf
·
verified ·
1 Parent(s): 1e66414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import os
4
  # Set the device to CPU explicitly
5
  device = "cpu"
6
  print("Using CPU")
 
7
  # Clone the repository
8
  subprocess.run(["git", "clone", "https://github.com/jianpanxia233/myFacefusion", "--single-branch"], check=True)
9
 
 
4
  # Set the device to CPU explicitly
5
  device = "cpu"
6
  print("Using CPU")
7
+
8
  # Clone the repository
9
  subprocess.run(["git", "clone", "https://github.com/jianpanxia233/myFacefusion", "--single-branch"], check=True)
10