From dd63ddc9ce1b3fd29d3f051a4509857e411d66aa Mon Sep 17 00:00:00 2001 From: Krystian Wasilewski Date: Sat, 7 Jan 2023 15:23:19 +0100 Subject: [PATCH] quickfix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a4f70d7..711f70f 100644 --- a/main.py +++ b/main.py @@ -58,4 +58,4 @@ def rec_score(first_id: str, second_id: str): emotion_diff = 1 - cosine(first['emotions'], second['emotions']) FS.set_variable('EMOTIONS', emotion_diff) - return {'score': FS.inference(['RECOMMENDATION'])} + return FS.inference(['RECOMMENDATION'])