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