Yntec commited on
Commit
1e0678d
1 Parent(s): 4ee44a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="")