Spaces:
Configuration error
Configuration error
File size: 130 Bytes
8a32844 | 1 2 3 4 5 6 | from .monodepth_model import DepthModel
# from .__base_model__ import BaseDepthModel
__all__ = ['DepthModel', 'BaseDepthModel']
|