Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,7 +119,10 @@ def main():
|
|
| 119 |
|
| 120 |
generate_button.click(
|
| 121 |
fn=generate,
|
| 122 |
-
inputs=[
|
|
|
|
|
|
|
|
|
|
| 123 |
outputs=[seed, edited_image_1],
|
| 124 |
)
|
| 125 |
|
|
|
|
| 119 |
|
| 120 |
generate_button.click(
|
| 121 |
fn=generate,
|
| 122 |
+
inputs=[
|
| 123 |
+
input_image, from_text, instruction, negative_prompt, randomize_seed,
|
| 124 |
+
seed, guidance_scale, clip_guidance_scale, cutn, l2_sim_lambda
|
| 125 |
+
],
|
| 126 |
outputs=[seed, edited_image_1],
|
| 127 |
)
|
| 128 |
|