Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bhky committed Dec 21, 2023
1 parent 7d6656b commit 6eefb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opennsfw2/_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def get_default_weights_path() -> str:
def download_weights_to(weights_path: str) -> None:
download_dir = os.path.dirname(os.path.abspath(weights_path))
os.makedirs(download_dir, exist_ok=True)
print(f"Pre-trained weights will be downloaded.")
print("Pre-trained weights will be downloaded.")
gdown.download(WEIGHTS_URL, weights_path)

0 comments on commit 6eefb8a

Please sign in to comment.