Skip to content

Commit

Permalink
Update infer-web.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxieluna authored Feb 6, 2024
1 parent 679be36 commit 202a8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 202a8ff

Please sign in to comment.