bump
This commit is contained in:
@@ -1042,7 +1042,7 @@ def create_merge_app(model_holder: TTSModelHolder) -> gr.Blocks:
|
||||
str(f) for f in model_holder.model_files_dict[model_names[initial_id]]
|
||||
]
|
||||
|
||||
with gr.Blocks(theme=GRADIO_THEME) as app:
|
||||
with gr.Blocks() as app:
|
||||
gr.Markdown(
|
||||
"複数のStyle-Bert-VITS2モデルから、声質・話し方・話す速さを取り替えたり混ぜたり引いたりして新しいモデルを作成できます。"
|
||||
)
|
||||
@@ -1554,4 +1554,4 @@ if __name__ == "__main__":
|
||||
assets_root, device, torch_device_to_onnx_providers(device), ignore_onnx=True
|
||||
)
|
||||
app = create_merge_app(model_holder)
|
||||
app.launch(inbrowser=True)
|
||||
app.launch(inbrowser=True, theme=GRADIO_THEME)
|
||||
|
||||
Reference in New Issue
Block a user