ThomasSimonini HF staff commited on
Commit
e4117ba
Β·
verified Β·
1 Parent(s): ce45a2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ from functools import partial
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
  """
 
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
+ from instantmesh.src.utils.train_util import instantiate_from_config
44
 
45
  # This was the code needed for TripoSR
46
  """