Spaces:
Sleeping
Sleeping
File size: 141 Bytes
a6028c9 |
1 2 3 4 5 6 7 |
from .model import ConditionalPointCloudDiffusionModel
def get_model():
model = ConditionalPointCloudDiffusionModel()
return model
|