Remove: modules under common/ that have been rewritten

This commit is contained in:
tsukumi
2024-03-06 22:29:12 +00:00
parent 9546495434
commit f880641eb5
27 changed files with 44 additions and 129 deletions

View File

@@ -7,9 +7,9 @@ import yaml
from faster_whisper import WhisperModel
from tqdm import tqdm
from common.constants import Languages
from common.log import logger
from common.stdout_wrapper import SAFE_STDOUT
from style_bert_vits2.constants import Languages
from style_bert_vits2.logging import logger
from style_bert_vits2.utils.stdout_wrapper import SAFE_STDOUT
def transcribe(wav_path: Path, initial_prompt=None, language="ja"):