ThomasSimonini HF staff commited on
Commit
4d8cb0b
β€’
1 Parent(s): ff02bc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ from functools import partial
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
  """
 
39
 
40
  from huggingface_hub import hf_hub_download
41
 
42
+ from instantmesh.utils import get_render_cameras, find_cuda, check_input_image, generate_mvs, make3d
43
 
44
  # This was the code needed for TripoSR
45
  """