Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
111 |
-
height = gr.Number(value=1024, minimum=
|
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):
|