Spaces:
Build error
Build error
- 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=
|
| 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")
|