cockolo terada commited on
Commit
73871f8
·
verified ·
1 Parent(s): bd8dfd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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が生成される)