Spaces:
Runtime error
Runtime error
汐知
commited on
Commit
•
ed508b9
1
Parent(s):
8024d7e
update
Browse files
app.py
CHANGED
@@ -75,7 +75,6 @@ def inference_single_image(ref_image,
|
|
75 |
ref_mask,
|
76 |
tar_image,
|
77 |
tar_mask,
|
78 |
-
num_samples,
|
79 |
strength,
|
80 |
ddim_steps,
|
81 |
scale,
|
@@ -302,7 +301,6 @@ with gr.Blocks() as demo:
|
|
302 |
run_local_button.click(fn=run_local,
|
303 |
inputs=[base,
|
304 |
ref,
|
305 |
-
num_samples,
|
306 |
strength,
|
307 |
ddim_steps,
|
308 |
scale,
|
|
|
75 |
ref_mask,
|
76 |
tar_image,
|
77 |
tar_mask,
|
|
|
78 |
strength,
|
79 |
ddim_steps,
|
80 |
scale,
|
|
|
301 |
run_local_button.click(fn=run_local,
|
302 |
inputs=[base,
|
303 |
ref,
|
|
|
304 |
strength,
|
305 |
ddim_steps,
|
306 |
scale,
|