Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ subprocess.run(["git", "clone", "https://github.com/Zebraslive/facefusion"], che
|
|
| 15 |
os.chdir("facefusion")
|
| 16 |
|
| 17 |
# installation
|
| 18 |
-
subprocess.run(["python", "install.py", "--onnxruntime", "cuda"
|
| 19 |
|
| 20 |
# Run the ui
|
| 21 |
if device=="cuda":
|
|
|
|
| 15 |
os.chdir("facefusion")
|
| 16 |
|
| 17 |
# installation
|
| 18 |
+
subprocess.run(["python", "install.py", "--onnxruntime", "cuda"], check=True)
|
| 19 |
|
| 20 |
# Run the ui
|
| 21 |
if device=="cuda":
|