diff --git a/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py b/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py index c9b0f17a438..0eb5622b2cf 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py +++ b/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py @@ -154,7 +154,7 @@ def create(self, target, args=None, **kwargs): # persist changes to handler folder self.engine_storage.folder_sync(model_name) - # todo move infer tasks to a seperate file + # todo move infer tasks to a separate file def predict_text_classification(self, pipeline, item, args): top_k = args.get("top_k", 1000)