Skip to content

Commit

Permalink
sys not needed after code checking
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Sep 18, 2024
1 parent 324b81b commit 0ec20cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import json
import os
import shutil
import sys
import warnings

import torch
Expand Down Expand Up @@ -194,6 +193,7 @@ def main() -> None:
print("DLICV model not found, downloading...")

from huggingface_hub import snapshot_download

snapshot_download(repo_id="nichart/DLICV", local_dir=".")
print("DLICV model has been successfully downloaded!")
else:
Expand Down

0 comments on commit 0ec20cb

Please sign in to comment.