munyakarg commited on
Commit
2dfef02
·
1 Parent(s): df26e92

fix error for model call

Browse files
Files changed (1) hide show
  1. model/deepfaceLiteDetection.py +1 -1
model/deepfaceLiteDetection.py CHANGED
@@ -7,7 +7,7 @@ import sys
7
  from huggingface_hub import hf_hub_download
8
 
9
 
10
- REPO_ID = "dsgn2stdy3rsrch-ai/face-attribute-models"
11
 
12
  def load_tflite_model(filename):
13
  path = hf_hub_download(
 
7
  from huggingface_hub import hf_hub_download
8
 
9
 
10
+ REPO_ID = "dsgn2stdy3rsrch-ai/facialattributesmodel"
11
 
12
  def load_tflite_model(filename):
13
  path = hf_hub_download(