diff --git a/ml_project_test2/plugin.py b/ml_project_test2/plugin.py index 42d7d47eab4315fecf9ae41c27b699eb3e352da8..c9e0b814db6c6c3962fefc83ab9fc33036a83e5f 100644 --- a/ml_project_test2/plugin.py +++ b/ml_project_test2/plugin.py @@ -21,7 +21,7 @@ class ClassifierPlugin(PluginBase): item_service: str = None, model_name: str = "ml_project_test2_model", model_version: str = "0.1", - isMock: bool = False, + isMock: bool = True, **kwargs, ): """