Krebzonide commited on
Commit
27f8afa
·
verified ·
1 Parent(s): 7cb4039

Preparing for presentation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(css=css) as demo:
103
  with gr.Row():
104
  samp_steps = gr.Slider(1, 30, value=20, step=1, label="Sampling steps")
105
  cfg_scale = gr.Slider(1, 10, value=4, step=0.5, label="Guidance scale")
106
- batch_size = gr.Slider(1, 6, value=1, step=1, label="Batch size", interactive=False)
107
  with gr.Row():
108
  height = gr.Slider(label="Height", value=1024, minimum=8, maximum=1536, step=8)
109
  width = gr.Slider(label="Width", value=1024, minimum=8, maximum=1024, step=8)
 
103
  with gr.Row():
104
  samp_steps = gr.Slider(1, 30, value=20, step=1, label="Sampling steps")
105
  cfg_scale = gr.Slider(1, 10, value=4, step=0.5, label="Guidance scale")
106
+ batch_size = gr.Slider(1, 2, value=1, step=1, label="Batch size", interactive=True)
107
  with gr.Row():
108
  height = gr.Slider(label="Height", value=1024, minimum=8, maximum=1536, step=8)
109
  width = gr.Slider(label="Width", value=1024, minimum=8, maximum=1024, step=8)