Skip to content

Commit

Permalink
Try to make it local
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Oct 9, 2024
1 parent a97c85c commit 4bc1473
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 @@ -23,7 +23,7 @@ def main() -> None:
usage = """
DLICV v{VERSION}
ICV calculation for structural MRI data.
Required arguments:
[-i, --in_dir] The filepath of the input directory
[-o, --out_dir] The filepath of the output directory
Expand Down Expand Up @@ -256,7 +256,7 @@ def main() -> None:

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

0 comments on commit 4bc1473

Please sign in to comment.