From c3877f894e72266ea564bdede5b6a4f402a5f81b Mon Sep 17 00:00:00 2001 From: Amrasil <134395490+Amrasil@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:24:24 +0100 Subject: [PATCH] Update main.py --- senju/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/senju/main.py b/senju/main.py index d09d266..8f05bb3 100644 --- a/senju/main.py +++ b/senju/main.py @@ -169,7 +169,9 @@ def scan_view(): @app.route("/api/v1/image_reco", methods=['POST']) def image_recognition(): """ - returns json formatted description of an image + generate a description of an image + + :return: json """ # note that the classifier is a singleton if 'image' not in request.files: