eta.constants.EMOTIONS_LIST

EMOTIONS_LIST = ['neutral', 'sad', 'happy', 'worried', 'angry']

A list of emotions supported by Eta, where the first element is assumed to be the default.

Type:

list[str]