cockolo terada commited on
Commit
14dda6e
·
verified ·
1 Parent(s): 0d63b88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"# amateur voice")
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("読み上げ"):