NagaSaiAbhinay commited on
Commit
9253136
1 Parent(s): f6bec67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ inputs = [
30
 
31
  output = gr.Gallery(
32
  label="Generated images", show_label=False, elem_id="gallery"
33
- ).style(grid=[int(math.ceil(steps/2))], height="auto")
34
 
35
  examples = [
36
  ["kakaobrain/karlo-v1-alpha", orig_start_prompt, orig_end_prompt, 6],
 
30
 
31
  output = gr.Gallery(
32
  label="Generated images", show_label=False, elem_id="gallery"
33
+ ).style(grid=[2], height="auto")
34
 
35
  examples = [
36
  ["kakaobrain/karlo-v1-alpha", orig_start_prompt, orig_end_prompt, 6],