Spaces:
Running
Running
cockolo terada
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(theme=GRADIO_THEME, js="() => { window.scrollTo(0, 0); }") as app
|
|
72 |
with gr.Tabs():
|
73 |
with gr.Tab("拡張音声合成"):
|
74 |
create_synthesis_app(model_holder=model_holder)
|
75 |
-
with gr.Tab("
|
76 |
create_merge_app(model_holder=model_holder)
|
77 |
|
78 |
# Hugging Face Spacesでは、share=Trueは不要(自動で公開URLが生成される)
|
|
|
72 |
with gr.Tabs():
|
73 |
with gr.Tab("拡張音声合成"):
|
74 |
create_synthesis_app(model_holder=model_holder)
|
75 |
+
with gr.Tab("融☆合"):
|
76 |
create_merge_app(model_holder=model_holder)
|
77 |
|
78 |
# Hugging Face Spacesでは、share=Trueは不要(自動で公開URLが生成される)
|