Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ with gr.Blocks(title="DiT Diffusion Model Generator", theme=gr.themes.Soft()) as
|
|
283 |
label="Generated Images",
|
284 |
columns=6,
|
285 |
rows=4,
|
286 |
-
height=
|
287 |
object_fit="contain",
|
288 |
allow_preview=True,
|
289 |
show_download_button=True
|
|
|
283 |
label="Generated Images",
|
284 |
columns=6,
|
285 |
rows=4,
|
286 |
+
height=600,
|
287 |
object_fit="contain",
|
288 |
allow_preview=True,
|
289 |
show_download_button=True
|