From 2e436608879670e9efb0162f0b68ee7e9afbdd77 Mon Sep 17 00:00:00 2001 From: marcsello Date: Fri, 18 Sep 2020 00:47:05 +0200 Subject: [PATCH] Removed ellipsis --- cnn_classification_service/magic_doer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")