Skip to content

Commit

Permalink
revert this
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Oct 9, 2024
1 parent 4bc1473 commit 092a19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DLICV/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ def main() -> None:
print("DLICV model not found, downloading...")

from huggingface_hub import snapshot_download
# local_src = Path(__file__).parent
snapshot_download(repo_id="nichart/DLICV")
local_src = Path(__file__).parent
snapshot_download(repo_id="nichart/DLICV", local_dir=local_src)
print("DLICV model has been successfully downloaded!")
else:
print("Loading the model...")
Expand Down

0 comments on commit 092a19a

Please sign in to comment.