lllyasviel commited on
Commit
e7b1387
·
1 Parent(s): 8a6575c
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -47,7 +47,7 @@ with block:
47
  gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=768)
48
  with gr.Row():
49
  with gr.Column(scale=0.85):
50
- prompt = gr.Textbox(show_label=False, placeholder="Type prompt here.", container=False)
51
  with gr.Column(scale=0.15, min_width=0):
52
  run_button = gr.Button(label="Generate", value="Generate")
53
  with gr.Row():
 
47
  gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=768)
48
  with gr.Row():
49
  with gr.Column(scale=0.85):
50
+ prompt = gr.Textbox(show_label=False, placeholder="Type prompt here.", container=False, autofocus=True)
51
  with gr.Column(scale=0.15, min_width=0):
52
  run_button = gr.Button(label="Generate", value="Generate")
53
  with gr.Row():