mood_detector / config.json
ravi86's picture
Update config.json
5c887e6 verified
{
"framework": "tensorflow",
"model_name": "mood_detector_cnn",
"image_size": 48,
"num_labels": 7,
"labels": ["Angry", "Disgust", "Fear", "Happy", "Sad", "Surprise", "Neutral"]
}