iitolstykh commited on
Commit
a0815ab
·
verified ·
1 Parent(s): 846e40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ HF_TOKEN = os.getenv('HF_TOKEN')
30
 
31
 
32
  def load_models():
33
- detector_path = huggingface_hub.hf_hub_download('iitolstykh/demo_yolov8_detector',
34
  'yolov8x_person_face.pt')
35
 
36
  age_gender_path_v1 = huggingface_hub.hf_hub_download('iitolstykh/demo_xnet_volo_cross',
 
30
 
31
 
32
  def load_models():
33
+ detector_path = huggingface_hub.hf_hub_download('iitolstykh/YOLO-Face-Person-Detector',
34
  'yolov8x_person_face.pt')
35
 
36
  age_gender_path_v1 = huggingface_hub.hf_hub_download('iitolstykh/demo_xnet_volo_cross',