File size: 249 Bytes
4a73986 | 1 2 3 4 5 6 7 8 9 10 | """Hugging Face Inference Endpoint adapter for ChangeStar."""
from geobase_inference.models import ChangeStarHandler
class EndpointHandler(ChangeStarHandler):
"""Load model-local assets through the shared ChangeStar integration."""
pass
|