DigiP-AI commited on
Commit
7094518
·
verified ·
1 Parent(s): 8e01e22

Update app.py

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