Skip to content

Commit ffe26b3

Browse files
fixed typo
1 parent 08dcf83 commit ffe26b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-browser/views/webcamFaceExpressionRecognition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
updateTimeStats(Date.now() - ts)
172172

173173
if (result) {
174-
drawFaceExpressions(videoEl, $('#overlay').get(0), [result], withBoxes)
174+
drawExpressions(videoEl, $('#overlay').get(0), [result], withBoxes)
175175
}
176176

177177
setTimeout(() => onPlay())

0 commit comments

Comments
 (0)