KingNish commited on
Commit
58d3864
β€’
1 Parent(s): e4c864f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -55,10 +55,9 @@ with gr.Blocks() as demo:
55
  run_button = gr.Button("Run", scale=0)
56
  result = gr.Gallery(label="Result", columns=NUM_IMAGES_PER_PROMPT, show_label=False)
57
 
58
- with gr.Accordion("Advanced options", open=False):
59
  with gr.Group():
60
- with gr.Row():
61
- with seed = gr.Slider(
62
  label="Seed",
63
  minimum=0,
64
  maximum=99999999,
 
55
  run_button = gr.Button("Run", scale=0)
56
  result = gr.Gallery(label="Result", columns=NUM_IMAGES_PER_PROMPT, show_label=False)
57
 
 
58
  with gr.Group():
59
+ with gr.Row(visible=True):
60
+ seed = gr.Slider(
61
  label="Seed",
62
  minimum=0,
63
  maximum=99999999,