Spaces:
Sleeping
Sleeping
Upload config.toml
Browse files- config.toml +10 -0
config.toml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
APP_VERSION = "0.2.0"
|
2 |
+
FRAME_DOWNSAMPLING = 5
|
3 |
+
|
4 |
+
[model_static]
|
5 |
+
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_static_ResNet50_AffectNet.pt"
|
6 |
+
path = "FER_static_ResNet50_AffectNet.pt"
|
7 |
+
|
8 |
+
[model_dynamic]
|
9 |
+
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_dinamic_LSTM_IEMOCAP.pt"
|
10 |
+
path = "FER_dinamic_LSTM_IEMOCAP.pt"
|