David Driscoll commited on
Commit
6754f93
·
1 Parent(s): 1a94dbc
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -122,6 +122,7 @@ def compute_faces_overlay(image):
122
 
123
  # -----------------------------
124
  # New Facemesh Functions (with connected red lines and mask output)
 
125
  # -----------------------------
126
  def compute_facemesh_overlay(image, confidence=0.5):
127
  """
 
122
 
123
  # -----------------------------
124
  # New Facemesh Functions (with connected red lines and mask output)
125
+ # (Only changes made here are to add a slider-controlled confidence)
126
  # -----------------------------
127
  def compute_facemesh_overlay(image, confidence=0.5):
128
  """