Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 26s

This commit is contained in:
Hezi Aharon 2024-12-13 17:09:12 +00:00
parent a828c1f0cc
commit cd04847a6d

4
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