Skip to content

Commit d7202cf

Browse files
authored
Merge pull request #1129 from starenka/patch-1
2 parents c774ca4 + 8a71218 commit d7202cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepface/basemodels/GhostFaceNet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def load_model():
8585
output = home + "/.deepface/weights/ghostfacenet_v1.h5"
8686

8787
if os.path.isfile(output) is not True:
88-
logger.info("Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
88+
logger.info(f"Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
8989
gdown.download(PRETRAINED_WEIGHTS, output, quiet=False)
9090
logger.info(f"Pre-trained weights is just downloaded to {output}")
9191

0 commit comments

Comments
 (0)