Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ st.markdown("""
|
|
| 147 |
</style>
|
| 148 |
""", unsafe_allow_html=True)
|
| 149 |
|
| 150 |
-
detector = Detector(face_model="retinaface", landmark_model= "pfld", au_model="xgb",
|
| 151 |
source = "Webcam"
|
| 152 |
recog = True
|
| 153 |
|
|
|
|
| 147 |
</style>
|
| 148 |
""", unsafe_allow_html=True)
|
| 149 |
|
| 150 |
+
detector = Detector(face_model="retinaface", landmark_model= "pfld", au_model = "xgb", emotion_model="resmasknet")
|
| 151 |
source = "Webcam"
|
| 152 |
recog = True
|
| 153 |
|