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