Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
"""
|