Pusheen commited on
Commit
437ceed
·
verified ·
1 Parent(s): a6b99bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -611,9 +611,9 @@ with Blocks(
611
  fix_seed = gr.Checkbox(value=True, label="Fixed seed")
612
  rand_seed = gr.Slider(minimum=0, maximum=1000, step=1, value=0, label="Seed")
613
 
614
- with gr.Row():
615
- use_style_cond = gr.Checkbox(value=False,visible=False, label="Enable Style Condition")
616
- style_cond_image = gr.Image(type="pil",visible=False, label="Style Condition", interactive=True)
617
  # with gr.Column(scale=4):
618
  # gr.HTML('<span style="font-size: 20px; font-weight: bold">Generated Images</span>')
619
  # with gr.Row():
 
611
  fix_seed = gr.Checkbox(value=True, label="Fixed seed")
612
  rand_seed = gr.Slider(minimum=0, maximum=1000, step=1, value=0, label="Seed")
613
 
614
+ # with gr.Row():
615
+ # use_style_cond = gr.Checkbox(value=False,visible=False, label="Enable Style Condition")
616
+ # style_cond_image = gr.Image(type="pil",visible=False, label="Style Condition", interactive=True)
617
  # with gr.Column(scale=4):
618
  # gr.HTML('<span style="font-size: 20px; font-weight: bold">Generated Images</span>')
619
  # with gr.Row():