nklimov commited on
Commit
c01bfc4
1 Parent(s): 1033059

Fix labels display

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -31,8 +31,6 @@ age_zoo = dg.connect(hw_location, age_model_zoo_url, token=st.secrets["DG_TOKEN"
31
  # Load models
32
  face_model = face_zoo.load_model(face_model_name,
33
  image_backend='pil',
34
- overlay_show_labels=True,
35
- overlay_show_probabilities=True,
36
  overlay_color=(255,0,0),
37
  overlay_line_width=2,
38
  overlay_font_scale=1.5
 
31
  # Load models
32
  face_model = face_zoo.load_model(face_model_name,
33
  image_backend='pil',
 
 
34
  overlay_color=(255,0,0),
35
  overlay_line_width=2,
36
  overlay_font_scale=1.5