tsi-org commited on
Commit
e70cd65
·
1 Parent(s): 404d07e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -313,7 +313,7 @@ with gr.Blocks(css="custom.css") as demo:
313
  ).success(
314
  fn=run_lora,
315
  inputs=[prompt, negative, weight, selected_state, gr_sdxl_loras],
316
- outputs=[result, share_group],
317
  )
318
  button.click(
319
  fn=check_selected,
@@ -323,7 +323,7 @@ with gr.Blocks(css="custom.css") as demo:
323
  ).success(
324
  fn=run_lora,
325
  inputs=[prompt, negative, weight, selected_state, gr_sdxl_loras],
326
- outputs=[result, share_group],
327
  )
328
  share_button.click(None, [], [], _js=share_js)
329
  demo.load(fn=shuffle_gallery, inputs=[gr_sdxl_loras], outputs=[gallery, gr_sdxl_loras], queue=False)
 
313
  ).success(
314
  fn=run_lora,
315
  inputs=[prompt, negative, weight, selected_state, gr_sdxl_loras],
316
+ outputs=[result],
317
  )
318
  button.click(
319
  fn=check_selected,
 
323
  ).success(
324
  fn=run_lora,
325
  inputs=[prompt, negative, weight, selected_state, gr_sdxl_loras],
326
+ outputs=[result],
327
  )
328
  share_button.click(None, [], [], _js=share_js)
329
  demo.load(fn=shuffle_gallery, inputs=[gr_sdxl_loras], outputs=[gallery, gr_sdxl_loras], queue=False)