Spaces:
Running
on
Zero
Running
on
Zero
Update app_canny.py
Browse files- app_canny.py +1 -1
app_canny.py
CHANGED
@@ -23,7 +23,7 @@ def create_demo(process):
|
|
23 |
run_button = gr.Button(value="Run")
|
24 |
with gr.Column():
|
25 |
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[2], height='auto')
|
26 |
-
|
27 |
|
28 |
run_button.click(
|
29 |
fn=process,
|
|
|
23 |
run_button = gr.Button(value="Run")
|
24 |
with gr.Column():
|
25 |
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[2], height='auto')
|
26 |
+
inputs = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
|
27 |
|
28 |
run_button.click(
|
29 |
fn=process,
|