Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -235,6 +235,8 @@ with gr.Blocks(css=css) as demo:
|
|
235 |
seed,
|
236 |
text_cfg_scale,
|
237 |
image_cfg_scale,
|
|
|
|
|
238 |
],
|
239 |
outputs=[seed, input_image],
|
240 |
)
|
|
|
235 |
seed,
|
236 |
text_cfg_scale,
|
237 |
image_cfg_scale,
|
238 |
+
width,
|
239 |
+
height,
|
240 |
],
|
241 |
outputs=[seed, input_image],
|
242 |
)
|