Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ from functools import partial
|
|
48 |
|
49 |
from huggingface_hub import hf_hub_download
|
50 |
|
51 |
-
from
|
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
|