Commit
•
63015b0
1
Parent(s):
7486873
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,6 @@ with block:
|
|
242 |
"""
|
243 |
)
|
244 |
with gr.Group():
|
245 |
-
with gr.Box():
|
246 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
247 |
text = gr.Textbox(
|
248 |
label="Enter your prompt",
|
@@ -256,13 +255,13 @@ with block:
|
|
256 |
gallery = gr.Gallery(
|
257 |
label="Generated images", show_label=False, elem_id="gallery"
|
258 |
).style(grid=[2], height="auto")
|
259 |
-
|
260 |
-
|
261 |
with gr.Group(elem_id="share-btn-container"):
|
262 |
community_icon = gr.HTML(community_icon_html)
|
263 |
loading_icon = gr.HTML(loading_icon_html)
|
264 |
share_button = gr.Button("Share to community", elem_id="share-btn")
|
265 |
-
|
266 |
with gr.Accordion("Advanced settings", open=False):
|
267 |
negative = gr.Textbox(
|
268 |
label="Enter your negative prompt",
|
|
|
242 |
"""
|
243 |
)
|
244 |
with gr.Group():
|
|
|
245 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
246 |
text = gr.Textbox(
|
247 |
label="Enter your prompt",
|
|
|
255 |
gallery = gr.Gallery(
|
256 |
label="Generated images", show_label=False, elem_id="gallery"
|
257 |
).style(grid=[2], height="auto")
|
258 |
+
|
259 |
+
with gr.Group(elem_id="container-advanced-btns"):
|
260 |
with gr.Group(elem_id="share-btn-container"):
|
261 |
community_icon = gr.HTML(community_icon_html)
|
262 |
loading_icon = gr.HTML(loading_icon_html)
|
263 |
share_button = gr.Button("Share to community", elem_id="share-btn")
|
264 |
+
with gr.Group():
|
265 |
with gr.Accordion("Advanced settings", open=False):
|
266 |
negative = gr.Textbox(
|
267 |
label="Enter your negative prompt",
|