IOPaint/main.py
2022-04-18 15:15:51 +08:00

5 lines
83 B
Python

from lama_cleaner import entry_point
if __name__ == "__main__":
entry_point()