mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-11 09:41:10 +08:00
Fix
This commit is contained in:
parent
a942241c56
commit
a36d3d63cd
@ -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
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user