animrods commited on
Commit
feafeae
·
verified ·
1 Parent(s): 711fa9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ with image_blocks as demo:
107
  with gr.Accordion(label="Settings", open=True):
108
  with gr.Row(equal_height=True):
109
  ip_adapter_scale = gr.Number(value=1.0, minimum=0.01, maximum=1.0, step=0.01, label="ip_adapter_scale")
110
- width = gr.Number(value=1024, minimum=0.01, maximum=1.0, step=0.01, label="width")
111
- height = gr.Number(value=1024, minimum=0.01, maximum=1.0, step=0.01, label="height")
112
 
113
  with gr.Accordion(label="Advanced Settings", open=False):
114
  with gr.Row(equal_height=True):
 
107
  with gr.Accordion(label="Settings", open=True):
108
  with gr.Row(equal_height=True):
109
  ip_adapter_scale = gr.Number(value=1.0, minimum=0.01, maximum=1.0, step=0.01, label="ip_adapter_scale")
110
+ width = gr.Number(value=1024, minimum=300, maximum=2000, step=1, label="width")
111
+ height = gr.Number(value=1024, minimum=300, maximum=2000, step=1, label="height")
112
 
113
  with gr.Accordion(label="Advanced Settings", open=False):
114
  with gr.Row(equal_height=True):