bump
This commit is contained in:
@@ -115,7 +115,7 @@ Style-Bert-VITS2の学習用データセットを作成するためのツール
|
||||
|
||||
|
||||
def create_dataset_app() -> gr.Blocks:
|
||||
with gr.Blocks(theme=GRADIO_THEME) as app:
|
||||
with gr.Blocks() as app:
|
||||
gr.Markdown(
|
||||
"**既に1ファイル2-12秒程度の音声ファイル集とその書き起こしデータがある場合は、このタブは使用せずに学習できます。**"
|
||||
)
|
||||
@@ -273,4 +273,4 @@ def create_dataset_app() -> gr.Blocks:
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = create_dataset_app()
|
||||
app.launch(inbrowser=True)
|
||||
app.launch(inbrowser=True, theme=GRADIO_THEME)
|
||||
|
||||
Reference in New Issue
Block a user