DamarJati commited on
Commit
f766b30
·
verified ·
1 Parent(s): 600962b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ with gr.Blocks(css= "style.css") as app:
48
  height_input = gr.Slider(minimum=128, maximum=2048, step=128, label="Height", value=512)
49
  cfg_scale_input = gr.Slider(minimum=1, maximum=20, step=1, label="CFG Scale", value=7)
50
  seed_input = gr.Number(label="Seed", value=-1)
51
- batch_size = gr.Slider(minimum=1, maximum=10, step=1, label="Batch size", value=1)
52
- batch_count = gr.Slider(minimum=1, maximum=10, step=1, label="Batch size", value=1)
53
 
54
 
55
  with gr.Column():
 
48
  height_input = gr.Slider(minimum=128, maximum=2048, step=128, label="Height", value=512)
49
  cfg_scale_input = gr.Slider(minimum=1, maximum=20, step=1, label="CFG Scale", value=7)
50
  seed_input = gr.Number(label="Seed", value=-1)
51
+ batch_size = gr.Slider(minimum=1, maximum=24, step=1, label="Batch size", value=1)
52
+ batch_count = gr.Slider(minimum=1, maximum=24, step=1, label="Batch Count", value=1)
53
 
54
 
55
  with gr.Column():