mirror of
https://github.com/serengil/deepface.git
synced 2025-07-22 18:00:02 +00:00
fixing missing fstring
This commit is contained in:
parent
c774ca4c2f
commit
8a712184a0
@ -85,7 +85,7 @@ def load_model():
|
||||
output = home + "/.deepface/weights/ghostfacenet_v1.h5"
|
||||
|
||||
if os.path.isfile(output) is not True:
|
||||
logger.info("Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
|
||||
logger.info(f"Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
|
||||
gdown.download(PRETRAINED_WEIGHTS, output, quiet=False)
|
||||
logger.info(f"Pre-trained weights is just downloaded to {output}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user