bump
This commit is contained in:
3
app.py
3
app.py
@@ -49,7 +49,7 @@ model_holder = TTSModelHolder(
|
||||
ignore_onnx=True,
|
||||
)
|
||||
|
||||
with gr.Blocks(theme=GRADIO_THEME) as app:
|
||||
with gr.Blocks() as app:
|
||||
gr.Markdown(f"# Style-Bert-VITS2 WebUI (version {VERSION})")
|
||||
with gr.Tabs():
|
||||
with gr.Tab("音声合成"):
|
||||
@@ -66,6 +66,7 @@ with gr.Blocks(theme=GRADIO_THEME) as app:
|
||||
create_onnx_app(model_holder=model_holder)
|
||||
|
||||
app.launch(
|
||||
theme=GRADIO_THEME,
|
||||
server_name=args.host,
|
||||
server_port=args.port,
|
||||
inbrowser=not args.no_autolaunch,
|
||||
|
||||
Reference in New Issue
Block a user