Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
litagin02 committed Feb 9, 2024
1 parent eba28e6 commit ff93c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def run_tensorboard(model_name):
train_btn = gr.Button(value="学習を開始する", variant="primary")
tensorboard_btn = gr.Button(value="Tensorboardを開く")
gr.Markdown(
"進捗はターミナルで確認してください。随時結果は指定したステップごとに保存されており、また学習を途中から再開もできます。学習を終了するには単にターミナルを終了してください。"
"進捗はターミナルで確認してください。結果は指定したステップごとに随時保存されており、また学習を途中から再開することもできます。学習を終了するには単にターミナルを終了してください。"
)
info_train = gr.Textbox(label="状況")

Expand Down

0 comments on commit ff93c31

Please sign in to comment.