fix emotion labels

pull/280/head
Vladimir Mandic 2021-01-06 06:51:20 -05:00
parent f586b8d3b1
commit 049facf72b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { log } from '../log.js';
import * as tf from '../../dist/tfjs.esm.js';
import * as profile from '../profile.js';
const annotations = ['angry', 'disgust', 'fear', 'happy', 'sad', 'surpise', 'neutral'];
const annotations = ['angry', 'disgust', 'fear', 'happy', 'sad', 'surprise', 'neutral'];
const models = {};
let last = [];
let skipped = Number.MAX_SAFE_INTEGER;