File size: 226 Bytes
c4d0a56
 
 
ec2929c
c4d0a56
 
1
2
3
4
5
6
7
import subprocess

if __name__ == "__main__":
    cmd = "iopaint start --model Sanster/PowerPaint-V1-stable-diffusion-inpainting --host 0.0.0.0 --port 7860"
    # start subprocess using cmd
    subprocess.run(cmd, shell=True)