From 1e2300f2aab39e3361daa731cfe2c9be74b54e4f Mon Sep 17 00:00:00 2001 From: Haritha Sreedharan Nair Date: Wed, 29 Oct 2025 21:12:48 -0700 Subject: [PATCH] Remove commented-out code from algorithmia.py --- algorithmia.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/algorithmia.py b/algorithmia.py index e608ce1..21a3f30 100644 --- a/algorithmia.py +++ b/algorithmia.py @@ -17,8 +17,6 @@ def get_emotion(): client = Algorithmia.client('api-key') algo = client.algo('deeplearning/EmotionRecognitionCNNMBP/1.0.1') op = (algo.pipe(input).result)["results"] - - # Returned from API call if(op==[]): current = "Neutral"