liuhaotian commited on
Commit
8e3c838
1 Parent(s): aa3e045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -575,7 +575,7 @@ with Blocks(
575
  with gr.Row():
576
  fix_seed = gr.Checkbox(value=True, label="Fixed seed")
577
  rand_seed = gr.Slider(minimum=0, maximum=1000, step=1, value=0, label="Seed")
578
- with gr.Row():
579
  use_style_cond = gr.Checkbox(value=False, label="Enable Style Condition")
580
  style_cond_image = gr.Image(type="pil", label="Style Condition", visible=False, interactive=True)
581
  with gr.Column(scale=4):
 
575
  with gr.Row():
576
  fix_seed = gr.Checkbox(value=True, label="Fixed seed")
577
  rand_seed = gr.Slider(minimum=0, maximum=1000, step=1, value=0, label="Seed")
578
+ with gr.Row(visible=False):
579
  use_style_cond = gr.Checkbox(value=False, label="Enable Style Condition")
580
  style_cond_image = gr.Image(type="pil", label="Style Condition", visible=False, interactive=True)
581
  with gr.Column(scale=4):