piyk commited on
Commit
bd07714
·
verified ·
1 Parent(s): f6c1b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css=css) as demo:
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):
 
80
  )
81
  with gr.Group():
82
  with gr.Row():
83
+ prompt = gr.Textbox(label="Prompt", show_label=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):