lllyasviel commited on
Commit
187fa9c
1 Parent(s): 583d2d6
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -45,7 +45,7 @@ block = gr.Blocks(title='Fooocus ' + fooocus_version.version).queue()
45
  with block:
46
  with gr.Row():
47
  with gr.Column():
48
- gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=768)
49
  with gr.Row():
50
  with gr.Column(scale=0.85):
51
  prompt = gr.Textbox(show_label=False, placeholder="Type prompt here.", container=False, autofocus=True)
 
45
  with block:
46
  with gr.Row():
47
  with gr.Column():
48
+ gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=720)
49
  with gr.Row():
50
  with gr.Column(scale=0.85):
51
  prompt = gr.Textbox(show_label=False, placeholder="Type prompt here.", container=False, autofocus=True)