Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="",
|
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):
|