DigiP-AI commited on
Commit
18a1473
·
verified ·
1 Parent(s): c9b401f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
178
  outputs=[result, seed],
179
  )
180
 
181
- text_button.click(result, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=gr.Gallery[image_output, seed_output])
182
 
183
  with gr.Tab("Flip Image"):
184
  with gr.Row():
 
178
  outputs=[result, seed],
179
  )
180
 
181
+ text_button.click(result, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=[image_output, num_images_per_prompt, seed_output])
182
 
183
  with gr.Tab("Flip Image"):
184
  with gr.Row():