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