ehristoforu commited on
Commit
793adf9
1 Parent(s): e80b64b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(css=css, theme="Base") as demo:
168
  batch_count = gr.Slider(label="Batch Count", maximum=1, value=1)
169
 
170
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, value=7, step=1)
171
- seed = gr.Sgr.Slider(label="Seed", maximum=, minimum = -1, value=-1, step=1, info="""'-1' is random seed""")
172
 
173
 
174
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
 
168
  batch_count = gr.Slider(label="Batch Count", maximum=1, value=1)
169
 
170
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, value=7, step=1)
171
+ seed = gr.Sgr.Slider(label="Seed", maximum=4294967295, minimum = -1, value=-1, step=1, info="""'-1' is random seed""")
172
 
173
 
174
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)