| """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 | |
| """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 | |