Spaces:
Paused
Paused
Update app.py
Browse files
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)
|