Skip to content

Commit afcf9a5

Browse files
committed
edit webui
1 parent 644f388 commit afcf9a5

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
@@ -238,7 +238,7 @@ def do_transcribe_all(
238238
with gr.Accordion("音频素材切割"):
239239
with gr.Row():
240240
##add by hyh 添加一个数据集路径的文本框
241-
dataset_path = gr.Textbox(label="数据集路径",placeholder="设置切割数据集样本路径")
241+
dataset_path = gr.Textbox(label="音频素材所在路径,默认在项目的raw文件夹,支持批量角色切分",placeholder="设置音频素材所在路径",value="./raw/")
242242
with gr.Column():
243243

244244
min_sec = gr.Slider(

0 commit comments

Comments
 (0)