generated from society-ai/simple-image-gen
Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 26s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 26s
This commit is contained in:
parent
a828c1f0cc
commit
cd04847a6d
4
app.py
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user