Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|