Spaces:
Runtime error
Runtime error
eliphatfs
commited on
Commit
·
d154ca2
1
Parent(s):
0aa5626
Disable loading of SD.
Browse files- openshape/__init__.py +1 -1
openshape/__init__.py
CHANGED
@@ -48,6 +48,6 @@ def load_pc_encoder(name):
|
|
48 |
|
49 |
|
50 |
# only import the functions in demo!
|
51 |
-
from .sd_pc2img import pc_to_image
|
52 |
from .caption import pc_caption
|
53 |
from .classification import pred_lvis_sims
|
|
|
48 |
|
49 |
|
50 |
# only import the functions in demo!
|
51 |
+
# from .sd_pc2img import pc_to_image
|
52 |
from .caption import pc_caption
|
53 |
from .classification import pred_lvis_sims
|