Spaces:
Paused
Paused
Update app_quant_latent.py
Browse files- 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"
|
| 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(
|