Skip to content

Commit

Permalink
fix(core): local download path (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama authored Jun 22, 2024
1 parent b5fd820 commit 98bf2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatTTS/utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def check_model(


def check_all_assets(update=False) -> bool:
BASE_DIR = Path(__file__).resolve().parent.parent.parent
BASE_DIR = Path(os.getcwd())

logger.info("checking assets...")
current_dir = BASE_DIR / "asset"
Expand Down

0 comments on commit 98bf2c3

Please sign in to comment.