diff --git a/src/batdetect2/api_v2.py b/src/batdetect2/api_v2.py index a714ec6..9f013b8 100644 --- a/src/batdetect2/api_v2.py +++ b/src/batdetect2/api_v2.py @@ -583,10 +583,6 @@ class BatDetect2API: transform=output_transform, ) - model.preprocessor = preprocessor - model.postprocessor = postprocessor - model.targets = targets - return cls( model_config=model_config, audio_config=audio_config,