thr3a
update: 機能追加
de1db2d
raw
history blame
219 Bytes
import subprocess
if __name__ == "__main__":
cmd = "iopaint start --model lama --host 0.0.0.0 --port 7860 --enable-remove-bg --enable-anime-seg"
# start subprocess using cmd
subprocess.run(cmd, shell=True)