nan2 commited on
Commit
fc25121
·
1 Parent(s): fc32e60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with block as demo:
45
  )
46
 
47
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
48
- grid=[1], width="1024px", height="512px"
49
  )
50
 
51
  ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
 
45
  )
46
 
47
  gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
48
+ grid=[1], width="2048px", height="512px"
49
  )
50
 
51
  ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)