Refactor: moved common/tts_model.py to style_bert_vits2/

This commit is contained in:
tsukumi
2024-03-08 09:34:44 +00:00
parent c1f2862889
commit fe7e31e080
7 changed files with 7 additions and 7 deletions

2
app.py
View File

@@ -6,7 +6,7 @@ import torch
import yaml
from style_bert_vits2.constants import GRADIO_THEME, LATEST_VERSION
from common.tts_model import ModelHolder
from style_bert_vits2.tts_model import ModelHolder
from webui import (
create_dataset_app,
create_inference_app,