Skip to content

Commit

Permalink
Fix gdown download
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanuega committed Jun 23, 2020
1 parent 4a10d31 commit 072cbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def load_FbDeepFace():

output = model_path + '.zip'

gdown(url, output, quiet=False)
gdown.download(url, output, quiet=False)

with zipfile.ZipFile(output, 'r') as z:
z.extractall(home + '/.deepface/weights')
Expand Down

0 comments on commit 072cbd8

Please sign in to comment.