Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ with gr.Blocks(css=css) as demo:
|
|
79 |
"""
|
80 |
)
|
81 |
with gr.Group():
|
82 |
-
with gr.
|
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):
|
|
|
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):
|