hzrr commited on
Commit
24f022c
·
1 Parent(s): 06441c0
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,10 +89,10 @@ with app:
89
  tmp = gr.Markdown("")
90
  with gr.Tabs():
91
  with gr.TabItem("Basic"):
92
- with gr.Raw():
93
  model_submit = gr.Button("加载/重载模型", variant="primary")
94
  output_1 = gr.Markdown("")
95
- with gr.Raw():
96
  tts_input1 = gr.TextArea(
97
  label="请输入文本(仅支持日语)", value="你好,世界!")
98
  tts_input2 = gr.Dropdown(choices=[character_dict.keys], type="index",label="选择角色", optional=False)
 
89
  tmp = gr.Markdown("")
90
  with gr.Tabs():
91
  with gr.TabItem("Basic"):
92
+ with gr.Row():
93
  model_submit = gr.Button("加载/重载模型", variant="primary")
94
  output_1 = gr.Markdown("")
95
+ with gr.Row():
96
  tts_input1 = gr.TextArea(
97
  label="请输入文本(仅支持日语)", value="你好,世界!")
98
  tts_input2 = gr.Dropdown(choices=[character_dict.keys], type="index",label="选择角色", optional=False)