Spaces:
Running on Zero
Running on Zero
Commit ·
12192e5
1
Parent(s): d29a4c4
Initial preview label: 'Z-Image with PiD' (only runtime updates say 'Generating…')
Browse files
app.py
CHANGED
|
@@ -348,7 +348,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
|
|
| 348 |
)
|
| 349 |
run = gr.Button("Run", variant="primary", scale=1)
|
| 350 |
|
| 351 |
-
live_preview = gr.Image(label="
|
| 352 |
slider = gr.ImageSlider(
|
| 353 |
label="Z-Image (left) ↔ PiD 4× upscale (right)",
|
| 354 |
visible=False,
|
|
|
|
| 348 |
)
|
| 349 |
run = gr.Button("Run", variant="primary", scale=1)
|
| 350 |
|
| 351 |
+
live_preview = gr.Image(label="Z-Image with PiD", visible=True, show_label=True, type="pil", height=720)
|
| 352 |
slider = gr.ImageSlider(
|
| 353 |
label="Z-Image (left) ↔ PiD 4× upscale (right)",
|
| 354 |
visible=False,
|