From 092a19a881797c3c74c265aff186427dc590bf1e Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Wed, 9 Oct 2024 14:24:36 +0300 Subject: [PATCH] revert this --- DLICV/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DLICV/__main__.py b/DLICV/__main__.py index ab6456b..98bf391 100644 --- a/DLICV/__main__.py +++ b/DLICV/__main__.py @@ -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...")