thr3a
fix:
aa07436
raw
history blame
No virus
232 Bytes
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)