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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user