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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -325,7 +325,7 @@ with gr.Blocks(css="custom.css") as demo:
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)
330
  demo.queue(max_size=20)
331
  demo.launch(debug=True, auth=custom_auth)
 
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)
330
  demo.queue(max_size=20)
331
  demo.launch(debug=True, auth=custom_auth)