DigiP-AI commited on
Commit
4d42f5c
·
verified ·
1 Parent(s): 66b1598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -190,8 +190,9 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
190
  examples = examples,
191
  inputs = [text_prompt],
192
  )
193
- result = gr.Gallery(label="Result", columns=1, preview=True)
194
  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])
 
195
 
196
  with gr.Tab("Image Upscaler"):
197
  with gr.Row():
 
190
  examples = examples,
191
  inputs = [text_prompt],
192
  )
193
+
194
  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])
195
+ result = gr.Gallery(label="Result", columns=1, preview=True)
196
 
197
  with gr.Tab("Image Upscaler"):
198
  with gr.Row():