DigiP-AI commited on
Commit
afd2e94
·
verified ·
1 Parent(s): 9e5a048

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,7 +154,8 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
154
  with gr.Row():
155
  with gr.Accordion("🫘Seed", open=False):
156
  seed_output = gr.Textbox(label="Seed Used", show_copy_button = True, elem_id="seed-output")
157
-
 
158
  with gr.Row():
159
  text_button = gr.Button("Generate Image", variant='primary', elem_id="gen-button")
160
  clear_prompt =gr.Button("Clear Prompt",variant="primary", elem_id="clear_button")
 
154
  with gr.Row():
155
  with gr.Accordion("🫘Seed", open=False):
156
  seed_output = gr.Textbox(label="Seed Used", show_copy_button = True, elem_id="seed-output")
157
+
158
+ # Add a button to trigger the image generation
159
  with gr.Row():
160
  text_button = gr.Button("Generate Image", variant='primary', elem_id="gen-button")
161
  clear_prompt =gr.Button("Clear Prompt",variant="primary", elem_id="clear_button")