Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,12 @@ def main():
|
|
| 156 |
|
| 157 |
load_button.click(
|
| 158 |
fn=load_example,
|
| 159 |
-
inputs=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
outputs=[input_image, instruction, seed, text_cfg_scale, image_cfg_scale, edited_image],
|
| 161 |
)
|
| 162 |
generate_button.click(
|
|
|
|
| 156 |
|
| 157 |
load_button.click(
|
| 158 |
fn=load_example,
|
| 159 |
+
inputs=[
|
| 160 |
+
seed,
|
| 161 |
+
randomize_seed,
|
| 162 |
+
text_cfg_scale,
|
| 163 |
+
image_cfg_scale,
|
| 164 |
+
],
|
| 165 |
outputs=[input_image, instruction, seed, text_cfg_scale, image_cfg_scale, edited_image],
|
| 166 |
)
|
| 167 |
generate_button.click(
|