From ea532716d117dcff7deb29214f8cbb4ff210ea4f Mon Sep 17 00:00:00 2001 From: litagin02 Date: Sat, 1 Jun 2024 19:24:43 +0900 Subject: [PATCH] Change default yomi_error to skip --- gradio_tabs/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio_tabs/train.py b/gradio_tabs/train.py index 9285637..ebee2a6 100644 --- a/gradio_tabs/train.py +++ b/gradio_tabs/train.py @@ -537,7 +537,7 @@ def create_train_app(): ("読めないファイルは使わず続行", "skip"), ("読めないファイルも無理やり読んで学習に使う", "use"), ], - value="raise", + value="skip", ) with gr.Accordion("詳細設定", open=False): num_processes = gr.Slider(