Krebzonide commited on
Commit
a90d4ab
·
1 Parent(s): 2f7f340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=css) as demo:
92
  with gr.Row():
93
  samp_steps = gr.Slider(1, 30, value=20, step=1, label="Sampling steps")
94
  cfg_scale = gr.Slider(1, 10, value=4, step=0.5, label="Guidance scale")
95
- batch_size = gr.Slider(1, 1, value=1, step=1, label="Batch size")
96
  with gr.Row():
97
  height = gr.Slider(label="Height", value=1024, minimum=8, maximum=1536, step=8)
98
  width = gr.Slider(label="Width", value=1024, minimum=8, maximum=1024, step=8)
 
92
  with gr.Row():
93
  samp_steps = gr.Slider(1, 30, value=20, step=1, label="Sampling steps")
94
  cfg_scale = gr.Slider(1, 10, value=4, step=0.5, label="Guidance scale")
95
+ batch_size = gr.Slider(1, 6, value=1, step=1, label="Batch size", interactive=False)
96
  with gr.Row():
97
  height = gr.Slider(label="Height", value=1024, minimum=8, maximum=1536, step=8)
98
  width = gr.Slider(label="Width", value=1024, minimum=8, maximum=1024, step=8)