DigiP-AI commited on
Commit
a89df3f
·
verified ·
1 Parent(s): 19d18f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
190
  inputs = [text_prompt],
191
  )
192
 
193
- text_button.click(query, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=[image_output, seed_output])
194
 
195
  with gr.Tab("Image Upscaler"):
196
  with gr.Row():
 
190
  inputs = [text_prompt],
191
  )
192
 
193
+ text_button.click(query, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, num_images_per_prompt, method, seed, strength, width, height], outputs=[image_output, seed_output])
194
 
195
  with gr.Tab("Image Upscaler"):
196
  with gr.Row():