lama_cleaner/main.py

5 lines
154 B
Python

from iopaint import entry_point
#nohup python3 ../main.py start --enable-remove-bg > output_nohup.log 2>&1 &
if __name__ == "__main__":
entry_point()