Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
·
f1471d4
1
Parent(s):
f02e93c
Update app.py
Browse files
app.py
CHANGED
@@ -373,9 +373,9 @@ with gr.Blocks(css='style.css') as demo:
|
|
373 |
reconstruct_button.click(
|
374 |
fn = reconstruct,
|
375 |
inputs = [tar_prompt,
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
outputs = [ddpm_edited_image]
|
380 |
)
|
381 |
|
|
|
373 |
reconstruct_button.click(
|
374 |
fn = reconstruct,
|
375 |
inputs = [tar_prompt,
|
376 |
+
tar_cfg_scale,
|
377 |
+
skip,
|
378 |
+
wts, zs],
|
379 |
outputs = [ddpm_edited_image]
|
380 |
)
|
381 |
|