Spaces:
Running
Running
narugo1992
commited on
Commit
•
17d3ab1
1
Parent(s):
459f3e7
dev(narugo): bug fix
Browse files
face.py
CHANGED
@@ -25,7 +25,7 @@ _DEFAULT_FACE_MODEL = _FACE_MODELS[0]
|
|
25 |
@lru_cache()
|
26 |
def _open_face_detect_model(model_name):
|
27 |
return _open_onnx_model(hf_hub_download(
|
28 |
-
f'deepghs/
|
29 |
f'{model_name}/model.onnx'
|
30 |
))
|
31 |
|
|
|
25 |
@lru_cache()
|
26 |
def _open_face_detect_model(model_name):
|
27 |
return _open_onnx_model(hf_hub_download(
|
28 |
+
f'deepghs/anime_face_detection',
|
29 |
f'{model_name}/model.onnx'
|
30 |
))
|
31 |
|