rahul7star commited on
Commit
8e89616
·
verified ·
1 Parent(s): 869955a

Update app_quant_latent.py

Browse files
Files changed (1) hide show
  1. app_quant_latent.py +1 -3
app_quant_latent.py CHANGED
@@ -957,9 +957,7 @@ with gr.Blocks(title="Z-Image-Turbo") as demo:
957
  rebuild_pipe_btn.click(rebuild_pipeline_with_lora, inputs=[lora_dropdown, lora_repo], outputs=[logs_box])
958
 
959
  # Wire the button AFTER all components exist
960
- run_btn.click(
961
- fn=generate_image,
962
- inputs=[prompt, height, width, steps, seed],
963
  run_btn.click(
964
  generate_image,
965
  inputs=[prompt, height, width, steps, seed],
 
957
  rebuild_pipe_btn.click(rebuild_pipeline_with_lora, inputs=[lora_dropdown, lora_repo], outputs=[logs_box])
958
 
959
  # Wire the button AFTER all components exist
960
+
 
 
961
  run_btn.click(
962
  generate_image,
963
  inputs=[prompt, height, width, steps, seed],