add app title (#780)

This commit is contained in:
Karl Kihlström 2023-07-22 16:23:47 -01:00 committed by GitHub
parent 468f9e3075
commit fe6216a026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1301,7 +1301,7 @@ def export_onnx(ModelPath, ExportedPath):
return "Finished"
with gr.Blocks() as app:
with gr.Blocks(title="RVC WebUI") as app:
gr.Markdown(
value=i18n(
"本软件以MIT协议开源, 作者不对软件具备任何控制力, 使用软件者、传播软件导出的声音者自负全责. <br>如不认可该条款, 则不能使用或引用软件包内任何代码和文件. 详见根目录<b>LICENSE</b>."