ThomasSimonini HF Staff commited on
Commit
9dd4e7f
Β·
verified Β·
1 Parent(s): d0a87f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -39,13 +39,8 @@ from functools import partial
39
 
40
  from huggingface_hub import hf_hub_download
41
 
42
- import sys
43
- import os
44
- sys.path.append(os.path.dirname(os.path.abspath(__file__)))
45
-
46
  from instant_mesh.utils import get_render_cameras, find_cuda, check_input_image, generate_mvs, make3d
47
 
48
-
49
  # This was the code needed for TripoSR
50
  """
51
  subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))
 
39
 
40
  from huggingface_hub import hf_hub_download
41
 
 
 
 
 
42
  from instant_mesh.utils import get_render_cameras, find_cuda, check_input_image, generate_mvs, make3d
43
 
 
44
  # This was the code needed for TripoSR
45
  """
46
  subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))