yeq6x commited on
Commit
095a64f
·
1 Parent(s): ee4fae1
Files changed (1) hide show
  1. test_app.py +1 -1
test_app.py CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks() as demo:
246
  # 右側のカラム(Target画像と出力)
247
  with gr.Column():
248
  # パラメータ設定部分
249
- with gr.Accordion("パラメータ設定", open=False):
250
  # パラメータ操作ボタン
251
  with gr.Row():
252
  randomize_btn = gr.Button("🎲 ランダム設定", variant="secondary")
 
246
  # 右側のカラム(Target画像と出力)
247
  with gr.Column():
248
  # パラメータ設定部分
249
+ with gr.Accordion("パラメータ設定", open=True):
250
  # パラメータ操作ボタン
251
  with gr.Row():
252
  randomize_btn = gr.Button("🎲 ランダム設定", variant="secondary")