Refactor: make variables private that are not used externally

This commit is contained in:
tsukumi
2024-03-07 19:33:21 +00:00
parent 70f8d53a1e
commit 3f07c256e3
8 changed files with 85 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
import os
from style_bert_vits2.logging import logger
from style_bert_vits2.constants import DEFAULT_STYLE
from style_bert_vits2.logging import logger
import numpy as np
import json