diff --git a/www/faces.php b/www/faces.php index aab3f3d..592143c 100644 --- a/www/faces.php +++ b/www/faces.php @@ -28,7 +28,7 @@ foreach(range(0, 100, 10) as $i) { /* @var $hitRepo EmotionHero\Models\HitRepository */ $hitRepo = $em->getRepository(EmotionHero\Models\Hit::class); $hit = $hitRepo->getClosestHit("anger", $i); - $img = $hit->getFeatureImgAsString("anger"); + $img = $hit->getFeatureImgAsString("brows"); $score = $hit->getEmotions()->getEmotionScore("anger"); $percentage = sprintf("%.4f %%",$score);