csuhan commited on
Commit
e31d9cf
1 Parent(s): 068ab29

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  current_file_dir=os.path.dirname(os.path.abspath(__file__))
 
3
  import subprocess
4
  msg = subprocess.check_output([f"cd {current_file_dir}/model/lib/pointnet2 && python setup.py install"])
5
  print(msg)
 
1
  import os
2
  current_file_dir=os.path.dirname(os.path.abspath(__file__))
3
+ print(os.listdir(current_file_dir))
4
  import subprocess
5
  msg = subprocess.check_output([f"cd {current_file_dir}/model/lib/pointnet2 && python setup.py install"])
6
  print(msg)