From e3db8de6b67b09c39d7c3bdaa9044e84fa39a1ac Mon Sep 17 00:00:00 2001 From: Madison May Date: Thu, 28 May 2015 16:02:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55202ad..d4c5b56 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Examples >>> import numpy as np ->>> test_face = np.linspace(0,50,48*48).reshape(48,48).tolist() +>>> test_face = np.linspace(0,50,48*48).reshape(48,48) >>> fer(test_face) {u'Angry': 0.08843749137458341, u'Sad': 0.39091163159204684, u'Neutral': 0.1947947999669361, u'Surprise': 0.03443785859010413, u'Fear': 0.17574534848440568, u'Happy': 0.11567286999192382}