Spaces:
Paused
Paused
Update app_quant_latent.py
Browse files- app_quant_latent.py +2 -2
app_quant_latent.py
CHANGED
|
@@ -334,8 +334,8 @@ def generate_image(prompt, height, width, steps, seed, guidance_scale=0.0, retur
|
|
| 334 |
# UI
|
| 335 |
# ============================================================
|
| 336 |
|
| 337 |
-
with gr.Blocks(title="Z-Image-
|
| 338 |
-
gr.Markdown("# **π Z-Image-Turbo β Final Image & Latents**")
|
| 339 |
|
| 340 |
|
| 341 |
with gr.Row():
|
|
|
|
| 334 |
# UI
|
| 335 |
# ============================================================
|
| 336 |
|
| 337 |
+
with gr.Blocks(title="Z-Image- experiment - dont run")as demo:
|
| 338 |
+
gr.Markdown("# **π do not run Z-Image-Turbo β Final Image & Latents**")
|
| 339 |
|
| 340 |
|
| 341 |
with gr.Row():
|