Update app.py
Browse files
app.py
CHANGED
|
@@ -106,6 +106,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 106 |
).style(
|
| 107 |
container=True,
|
| 108 |
)
|
|
|
|
| 109 |
see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=False)
|
| 110 |
|
| 111 |
|
|
@@ -118,6 +119,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 118 |
).style(
|
| 119 |
container=False,
|
| 120 |
)
|
|
|
|
| 121 |
run = gr.Button("Generate Images").style(full_width=False)
|
| 122 |
|
| 123 |
with gr.Row():
|
|
|
|
| 106 |
).style(
|
| 107 |
container=True,
|
| 108 |
)
|
| 109 |
+
with gr.Row():
|
| 110 |
see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=False)
|
| 111 |
|
| 112 |
|
|
|
|
| 119 |
).style(
|
| 120 |
container=False,
|
| 121 |
)
|
| 122 |
+
with gr.Row():
|
| 123 |
run = gr.Button("Generate Images").style(full_width=False)
|
| 124 |
|
| 125 |
with gr.Row():
|