Spaces:
Paused
Paused
Update app_quant_latent.py
Browse files- app_quant_latent.py +2 -2
app_quant_latent.py
CHANGED
|
@@ -677,9 +677,9 @@ def generate_image_backup(prompt, height, width, steps, seed, guidance_scale=0.0
|
|
| 677 |
# outputs=[final_image, latent_gallery, logs_box]
|
| 678 |
# )
|
| 679 |
|
| 680 |
-
|
| 681 |
|
| 682 |
-
|
| 683 |
|
| 684 |
with gr.Tabs():
|
| 685 |
with gr.TabItem("Output"):
|
|
|
|
| 677 |
# outputs=[final_image, latent_gallery, logs_box]
|
| 678 |
# )
|
| 679 |
|
| 680 |
+
with gr.Blocks(title="Z-Image- experiment - dont run")as demo:
|
| 681 |
|
| 682 |
+
gr.Markdown("## π₯ Z-Image Turbo β Output & Logs Viewer")
|
| 683 |
|
| 684 |
with gr.Tabs():
|
| 685 |
with gr.TabItem("Output"):
|