ThomasSimonini HF staff commited on
Commit
54d3dfc
Β·
verified Β·
1 Parent(s): 0a3b286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ from functools import partial
48
 
49
  from huggingface_hub import hf_hub_download
50
 
51
- from instant-mesh.utils import get_render_cameras, find_cuda, check_input_image, generate_mvs, make3d
52
 
53
 
54
  # This was the code needed for TripoSR
 
48
 
49
  from huggingface_hub import hf_hub_download
50
 
51
+ from instant_mesh.utils import get_render_cameras, find_cuda, check_input_image, generate_mvs, make3d
52
 
53
 
54
  # This was the code needed for TripoSR