Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -269,8 +269,8 @@ with gr.Blocks() as myface:
|
|
269 |
interactive=True,
|
270 |
)
|
271 |
with gr.Row():
|
272 |
-
see_prompts = gr.Button("Generate Prompts")
|
273 |
-
run = gr.Button("Generate Images", variant="primary")
|
274 |
|
275 |
with gr.Row():
|
276 |
output1 = gr.Image(label="")
|
|
|
269 |
interactive=True,
|
270 |
)
|
271 |
with gr.Row():
|
272 |
+
see_prompts = gr.Button("Generate Prompts Based On Prompt idea")
|
273 |
+
run = gr.Button("Generate 6 Images (once all boxes below have prompts)", variant="primary")
|
274 |
|
275 |
with gr.Row():
|
276 |
output1 = gr.Image(label="")
|