lama / app
LinHanjiang's picture
Create app
644434c
raw
history blame
154 Bytes
from lama_cleaner import entry_point
import os
if __name__ == "__main__":
print("helllo"+os.path.dirname(os.path.abspath(__file__)))
entry_point()