From cd04847a6dd7ca14c487afd015d0af052669f341 Mon Sep 17 00:00:00 2001 From: Hezi Aharon Date: Fri, 13 Dec 2024 17:09:12 +0000 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 6dbb651..550277d 100644 --- a/app.py +++ b/app.py @@ -20,8 +20,8 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo: color = gr.Dropdown(label="Color", choices=["Pink", "Green", "Blue", "Red"], value="Pink") # Fixed parameters - width = 256 - height = 256 + width = 512 + height = 512 num_steps = 4 guidance_scale = 7.5 seed = 123