Spaces:
Runtime error
Runtime error
File size: 410 Bytes
fc286f6 |
1 2 3 4 5 6 7 8 9 10 11 |
APP_VERSION = "0.2.0"
FRAME_DOWNSAMPLING = 5
[model_static]
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_static_ResNet50_AffectNet.pt"
path = "assets/models/FER_static_ResNet50_AffectNet.pt"
[model_dynamic]
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_dinamic_LSTM_IEMOCAP.pt"
path = "assets/models/FER_dinamic_LSTM_IEMOCAP.pt"
|