This commit is contained in:
jax 2024-02-18 21:29:36 +08:00
parent b4aaa221a8
commit 865341e216
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import os
from tools.i18n.i18n import I18nAuto
from interence_base import sovits_path, gpt_path, change_choices, GPT_names, custom_sort_key, SoVITS_names, change_sovits_weights, change_gpt_weights, get_tts_wav, cut1, cut2, cut3, cut4, cut5
from inference_base import sovits_path, gpt_path, change_choices, GPT_names, custom_sort_key, SoVITS_names, change_sovits_weights, change_gpt_weights, get_tts_wav, cut1, cut2, cut3, cut4, cut5
import gradio as gr
i18n = I18nAuto()