NihalGazi commited on
Commit
df468f7
·
verified ·
1 Parent(s): 923ae9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import os
10
  try:
11
  mp_face_mesh = mp.solutions.face_mesh
12
  face_mesh = mp_face_mesh.FaceMesh(
13
- static_image_mode=False,
14
  max_num_faces=1,
15
  refine_landmarks=True,
16
  min_detection_confidence=0.4,
 
10
  try:
11
  mp_face_mesh = mp.solutions.face_mesh
12
  face_mesh = mp_face_mesh.FaceMesh(
13
+ static_image_mode=True,
14
  max_num_faces=1,
15
  refine_landmarks=True,
16
  min_detection_confidence=0.4,