meepmoo commited on
Commit
b297086
·
verified ·
1 Parent(s): ba7db10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)