From 202a8ff94634ec662eb012e45c3b149077638329 Mon Sep 17 00:00:00 2001 From: PrincessOfDarkness <141759828+theprincessofdarkness@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:33:19 +0000 Subject: [PATCH] Update infer-web.py --- infer-web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer-web.py b/infer-web.py index beebd5b..e460767 100644 --- a/infer-web.py +++ b/infer-web.py @@ -1102,7 +1102,7 @@ def change_f0_method(f0method8): interactive=True, ) if_save_latest13 = gr.Radio( - label=i18n("Save only the latest '.ckpt' to save disk space:"), + label=i18n("Save only the latest '.ckpt' to save disk space?:"), choices=[i18n("Yes"), i18n("No")], value=i18n("Yes"), interactive=True,