Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pbcquoc committed Dec 3, 2022
1 parent ef83b9b commit 8d716d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vietocr/tool/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def download_weights(uri, cached=None, md5=None, quiet=False):
if uri.startswith('http'):
return download(url=uri, quiet)
return download(url=uri, quiet=quiet)
return uri

def download(url, quiet=False):
Expand Down

0 comments on commit 8d716d3

Please sign in to comment.