daca9fd
1
2
3
4
5
6
from lama_cleaner import entry_point import os if __name__ == "__main__": print("helllo"+os.path.dirname(os.path.abspath(__file__))) entry_point()