1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 19:40:44 +08:00

typo&fix: remove unnecessary is_hp3 check

This commit is contained in:
源文雨
2024-11-27 16:11:53 +09:00
parent 9ee9f5fd81
commit ba5572b8e0
9 changed files with 12 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ def check_model(
def check_all_assets(update=False) -> bool:
BASE_DIR = Path(__file__).resolve().parent.parent.parent
logger.info("checking hubret & rmvpe...")
logger.info("checking hubert & rmvpe...")
if not check_model(
BASE_DIR / "assets" / "hubert",