This commit is contained in:
XXXXRT666 2025-05-27 23:54:33 +08:00
parent a942241c56
commit a36d3d63cd
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ print_help() {
echo " -h, --help Show this help message and exit"
echo ""
echo "Examples:"
echo " bash docker_build.sh --cuda 12.6 --funasr --faster-whisper"
echo " bash docker_build.sh --cuda 12.6"
}
# Show help if no arguments provided

View File

@ -280,7 +280,7 @@ class Subfix:
self.selections.append(selection_tmp)
with gr.Row(equal_height=True):
with gr.Column(scale=2, min_width=160):
self.close_button = gr.Button(value=i18n("关闭打标WebUI"), variant="stop")
self.close_button = gr.Button(value=i18n("保存并关闭打标WebUI"), variant="stop")
with gr.Column(scale=1, min_width=160):
self.previous_index_button2 = gr.Button(value=i18n("上一页"))
with gr.Column(scale=1, min_width=160):