Spaces:
Runtime error
Runtime error
Commit
β’
4d8cb0b
1
Parent(s):
ff02bc5
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ from functools import partial
|
|
39 |
|
40 |
from huggingface_hub import hf_hub_download
|
41 |
|
42 |
-
from
|
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 |
"""
|