Spaces:
Running
Running
cockolo terada
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ 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("読み上げ"):
|
|
|
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("読み上げ"):
|