From a02e6ccb422c04dd9f02385c8f3017226f5ac33c Mon Sep 17 00:00:00 2001 From: Amrasil <134395490+Amrasil@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:25:09 +0100 Subject: [PATCH] Update main.py --- senju/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/senju/main.py b/senju/main.py index 8f05bb3..d4b99c8 100644 --- a/senju/main.py +++ b/senju/main.py @@ -171,7 +171,8 @@ def image_recognition(): """ generate a description of an image - :return: json + :return: json formatted description + :rtype: json """ # note that the classifier is a singleton if 'image' not in request.files: