iitolstykh commited on
Commit
dc281f3
1 Parent(s): f14a122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -31,8 +31,7 @@ HF_TOKEN = os.getenv('HF_TOKEN')
31
 
32
  def load_models():
33
  detector_path = huggingface_hub.hf_hub_download('iitolstykh/demo_yolov8_detector',
34
- 'yolov8x_person_face.pt',
35
- use_auth_token=HF_TOKEN)
36
 
37
  age_gender_path_v1 = huggingface_hub.hf_hub_download('iitolstykh/demo_xnet_volo_cross',
38
  'checkpoint-377.pth.tar',
 
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',
37
  'checkpoint-377.pth.tar',