Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ try:
|
|
13 |
static_image_mode=False,
|
14 |
max_num_faces=1,
|
15 |
refine_landmarks=True,
|
16 |
-
min_detection_confidence=0.
|
17 |
-
min_tracking_confidence=0.
|
18 |
)
|
19 |
print("MediaPipe Face Mesh initialized successfully.")
|
20 |
except (ImportError, AttributeError):
|
|
|
13 |
static_image_mode=False,
|
14 |
max_num_faces=1,
|
15 |
refine_landmarks=True,
|
16 |
+
min_detection_confidence=0.4,
|
17 |
+
min_tracking_confidence=0.4
|
18 |
)
|
19 |
print("MediaPipe Face Mesh initialized successfully.")
|
20 |
except (ImportError, AttributeError):
|