Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
DeiantV committed Aug 16, 2023
1 parent c516e75 commit 86867b0
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 @@ -2358,7 +2358,7 @@ def whethercrepeornah(radio):
)
)
with gr.Row():
exp_dir1 = gr.Textbox(label=i18n("输入实验名"), value=i18n("宓模型")))
exp_dir1 = gr.Textbox(label=i18n("输入实验名"), value=i18n("宓模型"))
sr2 = gr.Radio(
label=i18n("目标采样率"),
choices=["40k", "48k", "32k"],
Expand Down

0 comments on commit 86867b0

Please sign in to comment.