rahul7star commited on
Commit
5d35135
·
verified ·
1 Parent(s): 25905dd

Update app_quant_latent.py

Browse files
Files changed (1) hide show
  1. app_quant_latent.py +1 -1
app_quant_latent.py CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(title="Z-Image-Turbo Generator") as demo:
321
 
322
  with gr.Column(scale=1):
323
  final_image = gr.Image(label="Final Image")
324
- latent_gallery = gr.Gallery(label="Latent Steps").style(grid=4, height=256)
325
  logs_box = gr.Textbox(label="Logs", lines=15)
326
 
327
  run_btn.click(
 
321
 
322
  with gr.Column(scale=1):
323
  final_image = gr.Image(label="Final Image")
324
+ latent_gallery = gr.Gallery(label="Latent Steps", grid=[4], height=256)
325
  logs_box = gr.Textbox(label="Logs", lines=15)
326
 
327
  run_btn.click(