File size: 232 Bytes
87be8cc
 
 
aa07436
87be8cc
 
1
2
3
4
5
6
7
import subprocess

if __name__ == "__main__":
    cmd = "iopaint start --model lama --host 0.0.0.0 --port 7860 --device=cpu --enable-remove-bg --enable-anime-seg"
    # start subprocess using cmd
    subprocess.run(cmd, shell=True)