Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,3 +4,5 @@ if __name__ == "__main__":
4
  cmd = "iopaint start --model lama --host 0.0.0.0 --port 7860"
5
  # start subprocess using cmd
6
  subprocess.run(cmd, shell=True)
 
 
 
4
  cmd = "iopaint start --model lama --host 0.0.0.0 --port 7860"
5
  # start subprocess using cmd
6
  subprocess.run(cmd, shell=True)
7
+ --device cuda
8
+