piyk commited on
Commit
74c8944
·
verified ·
1 Parent(s): 219ad6f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ with gr.Blocks(css=css) as demo:
79
  """
80
  )
81
  with gr.Group():
82
- with gr.Column():
83
- prompt = gr.Textbox(label="Prompt", info="Describe the image you want", placeholder="A cat...")
84
  run_button = gr.Button("Generate", scale=0)
85
  result = gr.Gallery(label="Generated AI Images", elem_id="gallery")
86
  with gr.Accordion("Advanced options", open=False):
 
79
  """
80
  )
81
  with gr.Group():
82
+ with gr.Row():
83
+ prompt = gr.Textbox(label="", show_lable=False info="", placeholder="Describe the image you want")
84
  run_button = gr.Button("Generate", scale=0)
85
  result = gr.Gallery(label="Generated AI Images", elem_id="gallery")
86
  with gr.Accordion("Advanced options", open=False):