KingNish commited on
Commit
e4c864f
1 Parent(s): dff5a51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks() as demo:
58
  with gr.Accordion("Advanced options", open=False):
59
  with gr.Group():
60
  with gr.Row():
61
- seed = gr.Slider(
62
  label="Seed",
63
  minimum=0,
64
  maximum=99999999,
 
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,