rahul7star commited on
Commit
81fb0d6
·
verified ·
1 Parent(s): a6261ec

Update app_quant_latent.py

Browse files
Files changed (1) hide show
  1. app_quant_latent.py +2 -2
app_quant_latent.py CHANGED
@@ -943,7 +943,7 @@ with gr.Blocks(title="Z-Image-Turbo") as demo:
943
  run_btn.click(
944
  generate_image,
945
  inputs=[prompt, height, width, steps, seed],
946
- outputs=[latent_gallery, final_image, logs_box]
947
  )
948
 
949
- demo.launch()
 
943
  run_btn.click(
944
  generate_image,
945
  inputs=[prompt, height, width, steps, seed],
946
+ outputs=[final_image, latent_gallery, logs_box]
947
  )
948
 
949
+ demo.launch()