SS8297 commited on
Commit
38bc4c6
·
1 Parent(s): 402d7e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", facepose_model="img2pose", emotion_model="resmasknet")
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