LinHanjiang commited on
Commit
644434c
·
1 Parent(s): e48fad1

Create app

Browse files
Files changed (1) hide show
  1. app +5 -0
app ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from lama_cleaner import entry_point
2
+ import os
3
+ if __name__ == "__main__":
4
+ print("helllo"+os.path.dirname(os.path.abspath(__file__)))
5
+ entry_point()