Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ os.chdir("facefusion")
|
|
18 |
# installation
|
19 |
subprocess.run(["python", "install.py", "--onnxruntime", "cuda-11.8", "--skip-conda"], check=True)
|
20 |
|
21 |
-
@spaces.GPU
|
22 |
# Run the ui
|
23 |
if device=="cuda":
|
24 |
subprocess.run(["python", "run.py", "--execution-providers", "cuda"], check=True)
|
|
|
18 |
# installation
|
19 |
subprocess.run(["python", "install.py", "--onnxruntime", "cuda-11.8", "--skip-conda"], check=True)
|
20 |
|
|
|
21 |
# Run the ui
|
22 |
if device=="cuda":
|
23 |
subprocess.run(["python", "run.py", "--execution-providers", "cuda"], check=True)
|