rahul7star commited on
Commit
26bc6ef
·
verified ·
1 Parent(s): 5d35135

Update app_quant_latent.py

Browse files
Files changed (1) hide show
  1. app_quant_latent.py +7 -1
app_quant_latent.py CHANGED
@@ -321,7 +321,13 @@ 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", 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(
325
+ label="Latent Steps",
326
+ columns=4,
327
+ height=256,
328
+ preview=True
329
+ )
330
+
331
  logs_box = gr.Textbox(label="Logs", lines=15)
332
 
333
  run_btn.click(