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: