Spaces:
Running
Running
cockolo terada
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -67,10 +67,10 @@ model_holder = TTSModelHolder(Path(path_config.assets_root), device)
|
|
67 |
|
68 |
# 起動時にトップへスクロールさせるjsを追加
|
69 |
with gr.Blocks(theme=GRADIO_THEME, js="() => { window.scrollTo(0, 0); }") as app:
|
70 |
-
gr.Markdown(f"#
|
71 |
|
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)
|
|
|
67 |
|
68 |
# 起動時にトップへスクロールさせるjsを追加
|
69 |
with gr.Blocks(theme=GRADIO_THEME, js="() => { window.scrollTo(0, 0); }") as app:
|
70 |
+
gr.Markdown(f"# amateur voice")
|
71 |
|
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)
|