diff --git a/cnn_classification_service/magic_doer.py b/cnn_classification_service/magic_doer.py index 980c509..bd4b393 100644 --- a/cnn_classification_service/magic_doer.py +++ b/cnn_classification_service/magic_doer.py @@ -58,7 +58,7 @@ def run_everything(parameters: dict): response = { "tag": tag, "probability": 1.0 if results[0] == 'sturnus' else 0.0, - "model": ... + "model": "TODO" } logging.info(f"Classification done!")