Skip to content

Commit 644f388

Browse files
committed
fix bug
1 parent 2f11d8d commit 644f388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webui_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def do_transcribe_all(
223223

224224
with gr.Blocks(theme="NoCrypt/miku") as app:
225225
gr.Markdown(initial_md)
226-
model_name = gr.Textbox(label="角色名",placeholder="请输入角色名")
226+
model_name = gr.Textbox(label="角色名",placeholder="请输入角色名",visible=False)
227227

228228

229229
with gr.Accordion("干声抽离和降噪"):

0 commit comments

Comments
 (0)